diff options
author | crupest <crupest@outlook.com> | 2023-09-22 16:58:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-22 16:59:41 +0800 |
commit | 6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7 (patch) | |
tree | 6378aa13ebc5974cbfeeca9f6d525a643993687d /FrontEnd/src/components/theme.css | |
parent | d477c7270c90b190ed82b13f48f39a05d83503d2 (diff) | |
download | timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.gz timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.tar.bz2 timeline-6dd0bafa45ce22f0acac7d6e097e3f1790cdb5d7.zip |
...
Diffstat (limited to 'FrontEnd/src/components/theme.css')
-rw-r--r-- | FrontEnd/src/components/theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/components/theme.css b/FrontEnd/src/components/theme.css index 68dd780f..caf7c205 100644 --- a/FrontEnd/src/components/theme.css +++ b/FrontEnd/src/components/theme.css @@ -1,4 +1,5 @@ :root { + --cru-default-font-size: 16px; --cru-default-font-family: 'Segoe UI', 'DengXian', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; --cru-page-padding: 1em 2em; |