diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index db4b14c2..2963e981 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -47,7 +47,10 @@ nav{ } .menu-elem{ + /* border-left: 1px solid white; + */ + margin: 0 0 0 0.75rem; } .menu-elem:hover{ @@ -59,4 +62,7 @@ nav{ .nav-btn{ color: white; padding: 0.5rem; +} +.nav-btn:hover{ + color: var(--rlp-gray-light); } \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index 32c493e6..37343fca 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -6,35 +6,34 @@ - \ No newline at end of file