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; }