瀏覽代碼

fix: default color on portals

Konstantinos Kaloutas 2 年之前
父節點
當前提交
664afd827c
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
   }
-}
+}