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;