From 0e9a405c421811f283aadcb1283712ff853e6518 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 26 Jun 2021 12:18:39 +0200 Subject: [PATCH] =?UTF-8?q?Styly=20odkaz=C5=AF=20a=20nov=C3=A1=20sekce=20s?= =?UTF-8?q?=20rozhovorem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 9 +++++++++ style.css | 9 ++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 32425fd..7221369 100644 --- a/index.html +++ b/index.html @@ -147,6 +147,15 @@ +
+
+

Rozhovor

+
+

Rozhovor s projektovou manažerkou projektu SPIN, který aktuálně probíhá na Pedagogické fakultě.

+
+
+
+

Články

diff --git a/style.css b/style.css index d4bdf87..24e6f0e 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,13 @@ * { box-sizing: border-box } html { scroll-behavior: smooth } +a { + color: inherit; + font-weight: bold; + text-decoration: none; +} +a:hover { text-decoration: underline } + .wrap { max-width: var(--width); margin: 0 auto; @@ -140,7 +147,7 @@ main .articles .list { margin-top: 4em; } main .articles .list article a { - color: inherit; + font-weight: normal; text-decoration: none; cursor: pointer; }