From 1e81fd5622689a2dc03ba1c038adde2ef3578d0a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 3 Mar 2018 19:27:12 +0200 Subject: [PATCH] Add background on currently active channel --- theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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;