From f93d68e45b2fee8dd369709483178caa6a0780a6 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 4 Nov 2020 20:07:34 +0100 Subject: [PATCH] =?UTF-8?q?Hover=20efekt=20na=20polo=C5=BEk=C3=A1ch=20navi?= =?UTF-8?q?gace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index a699d27..0776066 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -37,6 +37,12 @@ header { text-decoration: none; color: #000; font-size: 1.2em; + + &:hover { + color: #fff; + background-color: #C61730; + border: 1px solid #C61730; + } } } }