瀏覽代碼

better link colors

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;
 }