Sven Fehler 3 роки тому
батько
коміт
c552c96054
1 змінених файлів з 10 додано та 2 видалено
  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;
 }