userChrome mynixos.com

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-06 13:42:04 +01:00
parent 169d6eda11
commit f9d4921726

View File

@@ -177,6 +177,16 @@
} }
} }
@-moz-document domain(mynixos.com) {
body, html {
background-color: transparent !important;
}
header, footer {
background-color: rgba(0,0,0,0.5) !important;
border-radius: ${builtins.toString rice.rounding}px;
}
}
@-moz-document domain(nx2.site) { @-moz-document domain(nx2.site) {
html { html {
background: radial-gradient(rgba(255, 255, 255, 0.8) 5%, transparent 5%) !important; background: radial-gradient(rgba(255, 255, 255, 0.8) 5%, transparent 5%) !important;