tuda-moodle-rice

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-08 13:42:49 +01:00
parent 5f9c6dd0a3
commit 6abff56bbd

View File

@@ -187,6 +187,15 @@
} }
} }
@-moz-document domain(moodle.informatik.tu-darmstadt.de) {
body, html , .main-inner, .main-inner * {
background-color: transparent !important;
}
.bg-primary {
background-color: rgba(${rice.lib.hex-to-rgb-comma-string accent.base}, 0.5) !important!
}
}
@-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;