diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-14 13:08:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-14 13:08:02 -0700 |
commit | cf3ffa7b6e1033f64b12e348fc2565050aebcf1f (patch) | |
tree | ccdb1fa95c9c7fc539a5c8b467c3d5f09a0890e2 /users | |
parent | css: bigger font and highlight colors (diff) | |
download | world-cf3ffa7b6e1033f64b12e348fc2565050aebcf1f.tar.gz |
css: reduce the size of the font
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/static/css/custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css index 4173138..08a7c0a 100644 --- a/users/fcuny/notes/static/css/custom.css +++ b/users/fcuny/notes/static/css/custom.css @@ -6,7 +6,7 @@ body { background-color: #fffff8; line-height: 1.8rem; - font-size: 1.3em; + font-size: 1em; font-family: "Roboto Slab", sans-serif; color: #000; padding: 2rem; |