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 + } +}