mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Fix: Apply font size to all divs.
This commit is contained in:
@@ -542,11 +542,11 @@ button.menu {
|
||||
#root > div {
|
||||
color: #24292e;
|
||||
color: var(--ls-primary-text-color);
|
||||
font-size: var(--ls-page-text-size);
|
||||
}
|
||||
|
||||
#main-content-container {
|
||||
font-size: 1em;
|
||||
font-size: var(--ls-page-text-size);
|
||||
}
|
||||
|
||||
.form-checkbox {
|
||||
|
||||
Reference in New Issue
Block a user