From 9b343c687c432e08b19bb254d24e52fce8ff6535 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 13 Oct 2021 15:28:47 +0200 Subject: [PATCH] fixes #1516 better color for links in dark mode --- admin/themes/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 1afd3d24a..349dcd9b7 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -111,7 +111,7 @@ a.Piwigo:hover span.Piwigo { *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } */ -a { color:#3A3A3A; } +a { color:#777; } a:hover, a:active { color: #f70; cursor: pointer; } ul.actions, .content form#waiting {text-align:center;}