From 09d089131809f4267446345204d967382646a52c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 5 Sep 2023 09:36:05 +0200 Subject: [PATCH] Change link color in dark mode --- umap/static/umap/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index fcb4425a..324a3cec 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -185,6 +185,9 @@ select[multiple="multiple"] { .dark .button:hover, .dark input[type="submit"]:hover { background-color: #2e3436; } +.dark a { + color: #eeeeec; +} .help-text, .helptext { display: block; padding: 7px 7px;