about summary refs log tree commit diff
path: root/static/css
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
commitf0d4159a4268fc894ae699f7431d0562a8bc59a1 (patch)
tree1e9269c6cafdda815cf9b3e11be9f3b808da9307 /static/css
parentcss: bigger font and highlight colors (diff)
downloadfcuny.net-f0d4159a4268fc894ae699f7431d0562a8bc59a1.tar.gz
css: reduce the size of the font
Diffstat (limited to 'static/css')
-rw-r--r--static/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 4173138..08a7c0a 100644
--- a/static/css/custom.css
+++ b/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;