Browse Source

fix: default color on portals

Konstantinos Kaloutas 2 năm trước cách đây
mục cha
commit
664afd827c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/css/common.css

+ 2 - 2
resources/css/common.css

@@ -203,7 +203,7 @@ html {
 }
 
 body {
-  color: #24292e;
+  color: var(--ls-primary-text-color);
   line-height: 1.5;
   background-color: transparent;
   min-height: 100%;
@@ -914,4 +914,4 @@ html.is-mobile {
   #journals .journal-item:first-child {
     margin-top: 5px;
   }
-}
+}