From aaa5915231d482e1ba6fc517a9139c7a8e121e01 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 21 Mar 2020 01:00:24 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20styl=C5=AF=20navigace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index c0077ba..c56ccfc 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -53,11 +53,13 @@ body { width: 200px; box-sizing: border-box; - ul li { + ul li a { + display: block; padding: .5em; + color: #000; - a { - color: #000; + &:hover { + background-color: #ddd; } } }