Browse Source

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

Fix: Dark theme for notification area
Tienson Qin 4 years ago
parent
commit
46b7fc6865
1 changed files with 3 additions and 0 deletions
  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 {