Explorar o código

better link colors

Sven Fehler %!s(int64=3) %!d(string=hai) anos
pai
achega
c552c96054
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      css/index.css

+ 10 - 2
css/index.css

@@ -260,11 +260,19 @@ footer {
     background-color: #f1f1f1;
 }
 
-footer a {
+body[data-theme="dark"] footer a {
+    color: #6f85ff;
+}
+
+body[data-theme="dark"] footer a:hover {
+    color: #8b9cff;
+}
+
+body[data-theme="light"] footer a {
     color: #4b67fc;
 }
 
-footer a:hover {
+body[data-theme="light"] footer a:hover {
     color: #6f85fc;
 }