Skip to content

Commit 1655578

Browse files
save file
1 parent 7d859d1 commit 1655578

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

html/chat-room/chat-room.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
#tabs
1616
{display:flex}
1717
.tab
18-
{padding:5px 10px;cursor:pointer;flex:1}
18+
{padding:10px 20px;cursor:pointer;flex:1}
1919

2020
.active
21-
{background:lightyellow;border-color:lightblue}
21+
{background:lightyellow;border-color:lightblue;color:blue}
2222
.inactive
23-
{background:lightgray;border-color:gray}
23+
{background:lightgray;border-color:gray;color:gray}
2424

2525
</style>
2626

0 commit comments

Comments
 (0)