From 9240212103fc71fdf65da34a70c7e523db5d99f6 Mon Sep 17 00:00:00 2001 From: Tianwei Dong Date: Fri, 22 Nov 2024 22:04:14 +0000 Subject: [PATCH] Update style.css (#89) --- src/fava_dashboards/templates/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fava_dashboards/templates/style.css b/src/fava_dashboards/templates/style.css index b023265..b92ae9e 100644 --- a/src/fava_dashboards/templates/style.css +++ b/src/fava_dashboards/templates/style.css @@ -20,3 +20,8 @@ min-width: 100%; } } +@media (prefers-color-scheme: dark) { + #dashboard a{ + color: #ccc !important + } +}