浏览代码

Merge pull request #721 from logseq/fix-css-notification

Fix: Dark theme for notification area
Tienson Qin 4 年之前
父节点
当前提交
46b7fc6865
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/css/common.css

+ 3 - 0
resources/css/common.css

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