Browse Source

Minor fix in darktheme mode

Toby Chui 2 years ago
parent
commit
5dcba1f625
1 changed files with 5 additions and 0 deletions
  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>