From b1dc9dccf381f73f0d75083ceef24c6bf614e41f Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 16 Aug 2019 16:11:17 +0300 Subject: [PATCH] Use default dark-theme gray as background instead of blue-ish --- content/about_page_scrollbars.css | 2 +- content/css_scrollbar_width_color.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css index bfa418f..a28bf10 100644 --- a/content/about_page_scrollbars.css +++ b/content/about_page_scrollbars.css @@ -2,7 +2,7 @@ @-moz-document url-prefix("about:"){ page, scrollbar{ - scrollbar-color: rgb(210,210,210) rgb(46,54,69); + scrollbar-color: rgb(210,210,210) rgb(50,50,52); scrollbar-width: thin; } } \ No newline at end of file diff --git a/content/css_scrollbar_width_color.css b/content/css_scrollbar_width_color.css index 079e5d9..527d0b4 100644 --- a/content/css_scrollbar_width_color.css +++ b/content/css_scrollbar_width_color.css @@ -1,4 +1,4 @@ /* Scrollbar colors and width - applied globally */ @namespace url("http://www.w3.org/1999/xhtml"); -:root{ scrollbar-color: rgb(210,210,210) rgb(46,54,69) } +:root{ scrollbar-color: rgb(210,210,210) rgb(50,50,52) } *{ scrollbar-width: thin } \ No newline at end of file