From 51deb67c4dfc1f74cc4f5238b6217c6db9b54852 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 5 Oct 2020 16:47:21 +0200 Subject: [PATCH] =?UTF-8?q?Styly=20odkaz=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/chci-ucit-online.md | 2 +- sass/style.scss | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/chci-ucit-online.md b/content/chci-ucit-online.md index 36ed417..920a88d 100644 --- a/content/chci-ucit-online.md +++ b/content/chci-ucit-online.md @@ -11,7 +11,7 @@ softwarelist = true ### Jak učit online? -K orientaci v oblasti on-line, distančního nebo hybridního vzdělávání existuje řada zdrojů, ovšem pro rychlou prvotní orientaci lze nabídnout nejprve několik doporučení z *Desatera pro online výuku na VŠ* [🌍](https://www.facebook.com/photo.php?fbid=10219373328422866&set=gm.2762796307137291&type=3&theater&ifg=1) ze Západočeské univerzity: +K orientaci v oblasti on-line, distančního nebo hybridního vzdělávání existuje řada zdrojů, ovšem pro rychlou prvotní orientaci lze nabídnout nejprve několik doporučení z [Desatera pro online výuku na VŠ](https://www.facebook.com/photo.php?fbid=10219373328422866&set=gm.2762796307137291&type=3&theater&ifg=1) ze Západočeské univerzity: - Nastavte pravidla. - Nekomplikujte situaci složitými nástroji. diff --git a/sass/style.scss b/sass/style.scss index 37a846a..e484e34 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -19,7 +19,10 @@ body { background-size: cover; background-repeat: no-repeat; - a { text-decoration: none; } + a { + color: #fff; + text-decoration: none; + } } nav { @@ -38,8 +41,6 @@ nav { opacity: 1; } - a { color: #fff; } - ul { list-style-type: none; } li { margin: 2em 0; } @@ -124,14 +125,12 @@ main { margin-top: 3em; } - section { - - a { - color: #000; - font-weight: bold; + a { + color: #fff; + text-decoration: underline; + } - &:hover { color: #fff; } - } + section { img { max-width: 100%; @@ -230,6 +229,7 @@ body.index { a { text-align: center; + text-decoration: none; border: 2px solid #fff; border-radius: .8em; margin-bottom: 1.5em;