From 60d4eab5985ecc0b2ff0a71a373b278b86f67ef1 Mon Sep 17 00:00:00 2001 From: theo lem <=> Date: Mon, 27 Apr 2020 16:43:09 +0200 Subject: [PATCH] CSS fix for anchors that looked too big --- output/theme/css/main.css | 3 ++- themes/felicie/static/css/main.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/output/theme/css/main.css b/output/theme/css/main.css index f2ae78a..47fe096 100644 --- a/output/theme/css/main.css +++ b/output/theme/css/main.css @@ -20,7 +20,7 @@ background-color:#CEF6EC; } -text, a{ +text{ font-size: 1.5em; } @@ -38,6 +38,7 @@ h2{ } .sidebar{ + font-size: 1.5em; height: 100%; width: 13%; z-index: 1; /* Stay on top */ diff --git a/themes/felicie/static/css/main.css b/themes/felicie/static/css/main.css index f2ae78a..47fe096 100644 --- a/themes/felicie/static/css/main.css +++ b/themes/felicie/static/css/main.css @@ -20,7 +20,7 @@ background-color:#CEF6EC; } -text, a{ +text{ font-size: 1.5em; } @@ -38,6 +38,7 @@ h2{ } .sidebar{ + font-size: 1.5em; height: 100%; width: 13%; z-index: 1; /* Stay on top */