浏览代码

Fixed css on desktop calender

Toby Chui 1 年之前
父节点
当前提交
007d8e003c
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      web/desktop.system

+ 5 - 1
web/desktop.system

@@ -667,7 +667,7 @@
 
         .notificationbar .content{
             position: fixed;
-            background-color:white;
+            background-color:var(--body_background_secondary);
             margin-top:6px;
             width:30%;
             right: 1em;
@@ -690,6 +690,10 @@
             height: calc(100% - 12px);
         }
 
+        body.darkTheme .notificationbar .jsCalendar div:not(.ui.message *):not(.ui.label *):not(.ui.dropdown *){
+            color:#242424 !important;
+        }
+
         .notificationbar .cover{
             backdrop-filter: blur(0.5px);
             -webkit-backdrop-filter: blur(0.5px);