summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 13:01:50 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 13:01:50 +0300
commit73edaa3db97f6cab2262f964c0077ff4a9c19a38 (patch)
tree188ef0b50edd60e551b67c91cf17caf09d087915 /themes
parent70a9f3017969be041875566c0863a57baa472ff4 (diff)
css: update webkit scrollbar styles
Diffstat (limited to 'themes')
-rw-r--r--themes/night.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/night.css b/themes/night.css
index ce3f27be3..f702a7251 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -238,9 +238,9 @@ body.claro.ttrss_index h3 {
}
::-webkit-scrollbar-thumb {
- background-color: rgba(255,255,255,0.5);
+ background-color: var(--border-main);
}
::-webkit-scrollbar-track {
- background-color:rgba(255,255,255,0.2);
+ background-color: var(--bg-panel);
}