mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
fix: default color on portals
This commit is contained in:
committed by
Tienson Qin
parent
ea213258b1
commit
664afd827c
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user