From 004cb91b225ea8238650b0ab51dd3fd1cf834adc Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 15 Feb 2021 16:30:18 +0100 Subject: [PATCH] =?UTF-8?q?Zv=C3=BDrazn=C4=9Bn=C3=AD=20odkaz=C5=AF=20v=20t?= =?UTF-8?q?extu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index ccc986e..8460862 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -133,6 +133,8 @@ main { line-height: 1.5; margin: 1em 0; } + a { font-weight: bold } + a:hover { text-decoration: underline } section { margin-bottom: 5rem; @@ -145,6 +147,9 @@ main { grid-row-gap: 2rem; align-items: stretch; + a { font-weight: normal } + a:hover { text-decoration: none } + article { display: flex; flex-direction: column;