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