From 855a314cee5afc6e0a1449677b39ea4adfef0fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Petr=C3=A1=C5=88?= Date: Sat, 27 Apr 2019 22:30:45 +0200 Subject: [PATCH] Better color in navigation plus hover efect --- cs/home.html | 2 +- css/master.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cs/home.html b/cs/home.html index fd77d76..fde73d5 100644 --- a/cs/home.html +++ b/cs/home.html @@ -2,7 +2,7 @@ - + diff --git a/css/master.css b/css/master.css index ef441ee..b28ab95 100644 --- a/css/master.css +++ b/css/master.css @@ -283,7 +283,7 @@ nav ul { } nav.overlay ul li a { position: relative; - color:#4A4A4A; + color:#969696; font-weight: bold; font-size: 2.3em; } @@ -306,7 +306,7 @@ nav ul li a:after { transition: all .5s; } nav ul li a:hover{ - color:#0E404D; + color:#575757; text-decoration: none; } nav ul li {