dotfiles/firefox/chrome/content/about_page_scrollbars.css
2020-06-01 07:15:38 -05:00

8 lines
238 B
CSS

@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url-prefix("about:"){
xul|page,
xul|scrollbar{
scrollbar-color: rgb(210,210,210) rgb(44, 46, 49);
scrollbar-width: thin;
}
}