From c585f705289895441c1ebc22f08b1ed721f19a84 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 14 May 2023 18:59:24 +0300 Subject: [PATCH] about page scrollbar: Make scrollbar-color important --- content/about_page_scrollbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about_page_scrollbars.css b/content/about_page_scrollbars.css index b129e95..bd673d8 100644 --- a/content/about_page_scrollbars.css +++ b/content/about_page_scrollbars.css @@ -7,7 +7,7 @@ See the above repository for updates as well as full license text. */ html, .main-content, scrollbar{ - scrollbar-color: rgb(210,210,210) rgb(42,42,46); + scrollbar-color: rgb(210,210,210) rgb(42,42,46) !important; scrollbar-width: thin; } } \ No newline at end of file