fix: default color on portals

This commit is contained in:
Konstantinos Kaloutas
2023-02-20 19:31:11 +02:00
committed by Tienson Qin
parent ea213258b1
commit 664afd827c

View File

@@ -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;
}
}
}