瀏覽代碼

darker theme button bg

Sven Fehler 3 年之前
父節點
當前提交
4e5e9d37c6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      css/global.css

+ 2 - 2
css/global.css

@@ -35,11 +35,11 @@ body[data-theme="spooky"] {
 }
 
 body[data-theme="light"] #themebtn {
-    background-color: #D8D8D8;
+    background-color: #b6b6b6;
 }
 
 body[data-theme="dark"] #themebtn {
-    background-color: #202020;
+    background-color: #0e0e0e;
 }
 
 body[data-theme="spooky"] #themebtn {