浏览代码

finalized the theme exodark

derexo 3 年之前
父节点
当前提交
00e21ae88e
共有 1 个文件被更改,包括 9 次插入5 次删除
  1. 9 5
      client/components/boards/boardColors.styl

+ 9 - 5
client/components/boards/boardColors.styl

@@ -1124,7 +1124,7 @@ setBoardClear(color1,color2)
 
 
   .list-header-menu
   .list-header-menu
     a
     a
-      color: #00897b;
+      color: #00897b!important;
 
 
   .is-selected .minicard
   .is-selected .minicard
     color: white;
     color: white;
@@ -1135,10 +1135,11 @@ setBoardClear(color1,color2)
     color: white;
     color: white;
     background: #2b2b2b;
     background: #2b2b2b;
 
 
-  .list-body .open-minicard-composer:hover
-    background: #2b2b2b;
-    border: 1px solid #00897b;
-    border-radius: 10px;
+  .list-body
+    .open-minicard-composer:hover
+      background: #2b2b2b;
+      border: 1px solid #00897b;
+      border-radius: 10px;
 
 
   .badges
   .badges
     color: white;
     color: white;
@@ -1170,6 +1171,9 @@ setBoardClear(color1,color2)
   .card-details > h1,h2,h3,h4,h5,h6,p,a,span
   .card-details > h1,h2,h3,h4,h5,h6,p,a,span
     color: white!important;
     color: white!important;
 
 
+  .toggle-switch:checked ~ .toggle-label
+    background-color: #00897b!important;
+
 .pop-over.board-color-exodark
 .pop-over.board-color-exodark
   background: #2b2b2b;
   background: #2b2b2b;
   color: white;
   color: white;