From 60dcc006ad33c46572e631d5b57dbba0d97cac0f Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 21 Mar 2020 01:03:13 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20=C5=A1k=C3=A1lov=C3=A1n=C3=AD=20objekt?= =?UTF-8?q?=C5=AF=20v=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index c56ccfc..c48b3c7 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -31,16 +31,17 @@ body { ul li { float: left; - padding: .5em; &.active a { font-weight: bold; } - &:hover { - background-color: darken($primary,6); - } - a { + display: block; + padding: .5em; color: #fff; + + &:hover { + background-color: darken($primary,6); + } } } }