From f672eec006097841f288370de0e4d1a06eaae318 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Tue, 21 Sep 2021 22:43:13 +0200 Subject: Remove unnecessary link colors from css --- static/css/style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 698a182..9a029e0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,14 +5,6 @@ body { font-family: Arial, sans-serif; } -a { - color: #1f15aa; -} - -a:visited { - color: #752d77; -} - h1 a:link, h1 a:visited, h1 a:hover, @@ -26,6 +18,10 @@ h3 a:hover { text-decoration: none; } +h2.entry-title { + margin-bottom: 0; +} + footer.post-info, footer.copyright, #content .translations { -- cgit v1.2.3