Skip to content

Commit

Permalink
client(print): use a different base font size
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Feb 1, 2025
1 parent 9c4535b commit 8b8f0c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/public/stylesheets/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8b8f0c2

Please sign in to comment.