소스 검색

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 {
 body[data-theme="light"] #themebtn {
-    background-color: #D8D8D8;
+    background-color: #b6b6b6;
 }
 }
 
 
 body[data-theme="dark"] #themebtn {
 body[data-theme="dark"] #themebtn {
-    background-color: #202020;
+    background-color: #0e0e0e;
 }
 }
 
 
 body[data-theme="spooky"] #themebtn {
 body[data-theme="spooky"] #themebtn {