diff --git a/theme.css b/theme.css index 55c98bf..55b04d6 100644 --- a/theme.css +++ b/theme.css @@ -121,7 +121,7 @@ body { padding: 8px 20px; } -#sidebar .chan:first-child { +#sidebar .chan.lobby { color: #268bd2; } @@ -130,6 +130,11 @@ body { margin-top: 0; } +#sidebar .network, +#sidebar .network-placeholder { + margin-bottom: 1em; +} + /* Hide close button on channels, it is not used that frequently */ #sidebar .chan.channel .close { display: none; @@ -139,8 +144,8 @@ body { background: linear-gradient(to right, rgba(69, 81, 100, 0) 0%, #002b36 100%); } -#sidebar .chan:first-child:hover, -#sidebar .chan:first-child.active { +#sidebar .chan.lobby:hover, +#sidebar .chan.lobby.active { color: #3d99db; }