From 9266e75a692881efaee2d3233f315589bd81bc1d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 12 Mar 2021 14:55:12 +0100 Subject: [PATCH] =?UTF-8?q?Neprov=C3=A1d=C4=9Bt=20inherit=20barvy=20na=20o?= =?UTF-8?q?dkazy=20v=20bloku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index c0dc4e0..2dd549b 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -164,10 +164,7 @@ main { align-items: stretch; justify-items: center; - a { - font-weight: normal; - color: inherit; - } + a { font-weight: normal } a:hover { text-decoration: none } article { @@ -178,6 +175,7 @@ main { padding: 1em; border-top: 5px solid #5E81AC; font-size: .85em; + color: #2E3440; a { font-weight: bold } a:hover { text-decoration: underline }