mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
client(print): use a different base font size
This commit is contained in:
parent
9c4535bade
commit
8b8f0c289e
@ -4,6 +4,12 @@
|
||||
--launcher-pane-background-color: var(--main-background-color);
|
||||
--main-text-color: black;
|
||||
--input-text-color: var(--main-text-color);
|
||||
|
||||
--print-font-size: 11pt;
|
||||
}
|
||||
|
||||
.ck-content {
|
||||
font-size: var(--print-font-size);
|
||||
}
|
||||
|
||||
.no-print,
|
||||
|
Loading…
x
Reference in New Issue
Block a user