diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css index a28bf10..ef622f5 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(50,50,52); + scrollbar-color: rgb(210,210,210) rgb(42,42,46); 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 527d0b4..c11ea66 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(50,50,52) } +:root{ scrollbar-color: rgb(210,210,210) rgb(42,42,46) } *{ scrollbar-width: thin } \ No newline at end of file