浏览代码

Minor fix in darktheme mode

Toby Chui 2 年之前
父节点
当前提交
5dcba1f625
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      web/SystemAO/advance/switchAccount.html

+ 5 - 0
web/SystemAO/advance/switchAccount.html

@@ -73,6 +73,11 @@
             border: 1px solid var(--text_color_invert);
             color: var(--text_color);
         }
+
+        body.darkTheme .ui.message{
+            background-color: #1B1C1D;
+            color: rgba(255, 255, 255, 0.9);
+        }
     </style>
     </head>
     <body>