From b565ca5284aa8de1797d513cf04e3d4c22ae3c90 Mon Sep 17 00:00:00 2001 From: BenjaminToby <52448020+BenjaminToby@users.noreply.github.com> Date: Wed, 26 May 2021 07:52:50 +0100 Subject: [PATCH] Update main.css Subtle contrast added to the nav logo --- main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 14f0383..c096b1d 100644 --- a/main.css +++ b/main.css @@ -186,12 +186,13 @@ section.hero-section { .nav-link-block { font-size: 30px; font-weight: 800; - color: rgba(0,0,0,0.8); + opacity: .6; + transition: all .3s ease-out; } .nav-link-block:hover { - opacity: .5; + opacity: 1; } .navlink-li { @@ -223,6 +224,7 @@ section.hero-section { .hamburger { display: none; cursor: pointer; + transition: all .3s ease-out; } .hamburger-line {