fenix-fox/content/about_page_scrollbars.css
2020-01-03 15:40:13 +02:00

10 lines
No EOL
178 B
CSS

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