fixes #1516 better color for links in dark mode

This commit is contained in:
Matthieu Leproux
2021-10-13 15:28:47 +02:00
parent 747870e2e3
commit 9b343c687c
+1 -1
View File
@@ -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;}