nix/modules/apps/gui/firefox/userContent

15 lines
323 B
Plaintext
Raw Normal View History

2024-10-04 20:34:50 +02:00
''
:root {
--background: #1d2021;
--secondary: #282828;
--newtab-body: #32302f;
--foreground: #EBDBB2;
}
@-moz-document url-prefix("about:"), url-prefix("about:newtab"), url-prefix("about:home") {
html, body {
color: var(--foreground) !important;
background-color: var(--newtab-body) !important;
}
}
''