From 09331803f4fef671d3345174abd72cfcb300b1c0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 10 Nov 2020 22:46:45 +0100 Subject: [PATCH] =?UTF-8?q?Styly=20odkaz=C5=AF=20v=20obsahu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index b10e53d..3473e3a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -31,7 +31,7 @@ nav ul { padding: .7em; border: 1px solid #000; margin: .5em; - text-decoration: none; + text-decoration: none !important; color: #000; font-size: 1.2em; text-align: center; @@ -81,6 +81,15 @@ main { margin-top: 2em; } + a { + color: #C61730; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + .hero { width: 100vw; position: relative;