style(ui): switched root font size from 15px to 16px

feat/type-attributes
Tomáš Mládek 2022-12-29 20:56:51 +01:00
parent 7f0884c171
commit bc8827fa18
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ html {
--default-font: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
--monospace-font: "IBM Plex Mono", "Menlo", "DejaVu Sans Mono", "Consolas",
"Inconsolata", "Hack", monospace;
font-size: 15px;
font-size: 16px;
}
html,