From b6b1fb4af93db59279a02fcdbae4d862ed3c6d34 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 10 Feb 2020 21:02:42 +0200 Subject: [PATCH] Update sidebar color --- theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 4a67eb2..4aa4a21 100644 --- a/theme.css +++ b/theme.css @@ -56,6 +56,11 @@ html { display: inline-block; } +#sidebar { + color: var(--body-color-muted); + background-color: var(--background-light-color); +} + #sidebar .logo-container { padding-top: 5px; } @@ -172,7 +177,6 @@ body { .textcomplete-item:hover, .textcomplete-menu .active, #chat .userlist .user.active, -#sidebar, #footer { color: var(--body-color); background-color: var(--background-light-color);