瀏覽代碼

auto update script executed

Toby Chui 1 年之前
父節點
當前提交
52690980df
共有 2 個文件被更改,包括 3 次插入19640 次删除
  1. 3 1
      web/main.css
  2. 0 19639
      web/script/semantic/semantic-dark.css

+ 3 - 1
web/main.css

@@ -61,7 +61,6 @@ body.darkTheme #themeColorButton{
 
 
 body{
 body{
     background-color:var(--theme_bg);
     background-color:var(--theme_bg);
-    color: var(--text_color);
 }
 }
 
 
 .functiontab{
 .functiontab{
@@ -127,6 +126,9 @@ body{
     display: none !important;
     display: none !important;
 }
 }
 
 
+.rulesInstructions, .rulesInstructions span{
+    color: white !important;
+}
 
 
 .ui.divider{
 .ui.divider{
     font-weight: 300;
     font-weight: 300;

文件差異過大導致無法顯示
+ 0 - 19639
web/script/semantic/semantic-dark.css


部分文件因文件數量過多而無法顯示