diff --git a/app/static/css/navbar.css b/app/static/css/navbar.css index d27ec9b..7cb19d3 100644 --- a/app/static/css/navbar.css +++ b/app/static/css/navbar.css @@ -74,7 +74,8 @@ nav a:focus { position: fixed; z-index: 5; left: -190px; width: 300px; /* default: left-to-right animation */ height: 100%; overflow-x: hidden; overflow-y: auto; - background: var(--background); box-shadow: var(--shadow); + background: var(--background); color: var(--text); + box-shadow: var(--shadow); transition: .15s ease; } #menu.opened { @@ -173,5 +174,5 @@ nav a:focus { margin: 8px 0 5px 0; } #menu form label { - font-size: 13px; color: var(--text); opacity: .8; + font-size: 13px; opacity: .8; }