From 6abff56bbd3b52ec20215172ca2edc31d577a507 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 8 Nov 2024 13:42:49 +0100 Subject: [PATCH] tuda-moodle-rice --- home-modules/firefox.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home-modules/firefox.nix b/home-modules/firefox.nix index e9850fe..5b9954a 100644 --- a/home-modules/firefox.nix +++ b/home-modules/firefox.nix @@ -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) { html { background: radial-gradient(rgba(255, 255, 255, 0.8) 5%, transparent 5%) !important;