From 6127d7ff34b1cad837739547e190a8efe391f072 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 22:27:12 +0100 Subject: [PATCH] Use the same font weight for all text --- src/main.scss | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/main.scss b/src/main.scss index 8bb94a4..fb64fcd 100644 --- a/src/main.scss +++ b/src/main.scss @@ -40,19 +40,9 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } - .text-normal{ - font-weight: normal; - } - - h1, h3, h4 { - color: #fff; - } - - h4 { - a { - text-decoration: underline; - color: lighten($dark, 10) !important; - } + a { + text-decoration: underline; + color: lighten($dark, 10) !important; } .button:first-child {