dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.mozilla/firefox/thsxpwyd.testing-1586723279098/chrome/userContent.css

15 lines
397 B
CSS

@-moz-document url(about:blank), url(about:newtab), url(about:home) {
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: #080808 !important;
}
}
:root{ scrollbar-color: #383838 #212121 }
*{ scrollbar-width: thin !important }
@-moz-document url(about:privatebrowsing) {
:root{
scrollbar-width: none !important;
}
}