瀏覽代碼

Fix: Support dark theme for notification area

sly 5 年之前
父節點
當前提交
0329405e2d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/css/common.css

+ 3 - 0
resources/css/common.css

@@ -205,6 +205,7 @@ ol {
 p {
   line-height: 1.5;
   margin: 0.5rem 0;
+  color: var(--ls-primary-text-color)
 }
 
 li p:first-child, .block-body p:first-child {
@@ -1050,6 +1051,8 @@ button.context-menu-option {
 
 .notification-area {
   background-color: #FFF;
+  background-color: var(--ls-tertiary-background-color);
+  color: var(--ls-primary-text-color);
 }
 
 .content img {