summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2022-02-11 22:20:40 +0100
committerAndreas_K <andreas_k@abwesend.de>2022-02-11 23:59:28 +0100
commit0b48758f38f5ccfd541aeb29813433c0a7e7090d (patch)
tree9e3ca09f5d6b21b6e7d2b691dad42cd46d5300a0
parentNotebookbar Font style selector update (diff)
downloadonline-0b48758f38f5ccfd541aeb29813433c0a7e7090d.tar.gz
online-0b48758f38f5ccfd541aeb29813433c0a7e7090d.zip
Sidebar background color
The sidebar background color was replaced to var(--color-main-background) cause otherwise we don't have the same contrast than for the toolbar / notebookbar Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: Ic6b1229f958479ef3abe9dd5b00991f0c2784a5b
-rw-r--r--browser/css/cool.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/css/cool.css b/browser/css/cool.css
index f01a931d09..9bffabb098 100644
--- a/browser/css/cool.css
+++ b/browser/css/cool.css
@@ -181,7 +181,7 @@ body {
#sidebar-dock-wrapper {
display: none;
- background: var(--color-background-lighter);
+ background: var(--color-main-background);
position: relative;
border-top: 1px solid var(--color-border);
border-left: 1px solid var(--color-border);