From a2cf0b2c785580a9427d0b7cba1c0e502c4938c2 Mon Sep 17 00:00:00 2001 From: Darks Date: Mon, 13 Jul 2020 23:26:35 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correction=20d'une=20erreur=20de=20prior?= =?UTF-8?q?it=C3=A9=20dans=20les=20feuilles=20de=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/css/navbar.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }