Sfoglia il codice sorgente

Fix: Support dark theme for notification area

sly 4 anni fa
parent
commit
0329405e2d
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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 {