mobile-config-firefox/content/css_scrollbar_width_color.css
2020-05-22 08:13:58 +03:00

7 lines
No EOL
417 B
CSS

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/content/css_scrollbar_width_color.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Scrollbar colors and width - applied globally */
@namespace url("http://www.w3.org/1999/xhtml");
:root{ scrollbar-color: rgb(210,210,210) rgb(42,42,46) }
*{ scrollbar-width: thin }