From 1da06c73d117e0f1e2e6016f77624e080e456218 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 3 Sep 2025 15:49:16 +0200 Subject: [PATCH] fix informatik moodle css --- home-modules/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/firefox.nix b/home-modules/firefox.nix index 03caadd..363e78a 100644 --- a/home-modules/firefox.nix +++ b/home-modules/firefox.nix @@ -226,7 +226,7 @@ background-color: transparent !important; } .bg-primary { - background-color: rgba(${rice.lib.hex-to-rgb-comma-string accent.base}, 0.5) !important! + background-color: rgba(${rice.lib.hex-to-rgb-comma-string accent.base},0.5) !important; } }