From ee3ce6ce1e4444a6e736547130b65acd157c7854 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 18 Apr 2024 10:04:38 +0200 Subject: [PATCH] Improve kimai dark theme styling --- home/programs/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/programs/firefox.nix b/home/programs/firefox.nix index 89abaa7..23f8c97 100644 --- a/home/programs/firefox.nix +++ b/home/programs/firefox.nix @@ -355,6 +355,10 @@ in { background-color: #218693 !important; } + .ts-dropdown .active { + background-color: #218693 !important; + } + table.dataTable tr.summary td { background-color: #218693 !important; }