about summary refs log tree commit diff
path: root/users/fcuny/notes
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-14 13:08:02 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-14 13:08:02 -0700
commitcf3ffa7b6e1033f64b12e348fc2565050aebcf1f (patch)
treeccdb1fa95c9c7fc539a5c8b467c3d5f09a0890e2 /users/fcuny/notes
parentcss: bigger font and highlight colors (diff)
downloadworld-cf3ffa7b6e1033f64b12e348fc2565050aebcf1f.tar.gz
css: reduce the size of the font
Diffstat (limited to 'users/fcuny/notes')
-rw-r--r--users/fcuny/notes/static/css/custom.css2
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;