mobile-config-firefox/content/about_page_scrollbars.css
2019-12-11 18:38:09 +02:00

8 lines
No EOL
153 B
CSS

@-moz-document url-prefix("about:"){
window,
page,
scrollbar{
scrollbar-color: rgb(210,210,210) rgb(42,42,46);
scrollbar-width: thin;
}
}