diff --git a/theme.css b/theme.css index d41c19d..b5cde72 100644 --- a/theme.css +++ b/theme.css @@ -154,6 +154,14 @@ body { background: linear-gradient(to right, rgba(69, 81, 100, 0) 0%, #002b36 100%); } +#sidebar .chan.active { + background-color: #051114; +} + +#sidebar .chan.active .name::after { + background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%); +} + #sidebar .chan.lobby:hover, #sidebar .chan.lobby.active { color: #3d99db;