From 1bb9a1d7cea6c34a08ca63caf52a735debc92b16 Mon Sep 17 00:00:00 2001 From: Albirew Date: Wed, 16 Nov 2016 23:26:55 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9glages=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lel/css/css.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lel/css/css.css b/lel/css/css.css index c4094ca..7118041 100644 --- a/lel/css/css.css +++ b/lel/css/css.css @@ -69,12 +69,10 @@ nav { height: 40px; transition: all 0.2s; color: #fff; - background: rgba(0, 0, 0, 0.3); + background: rgba(50, 0, 0, 0.85); overflow:hidden; } -nav:hover { - background: rgba(0, 0, 0, 0.8); -} + nav.deployed { position: fixed; width: 250px; @@ -84,7 +82,6 @@ nav.deployed { nav:hover.deployed { width: 250px; height: 100vh; - background: rgba(0, 0, 0, 0.3); } #menu { width: 100%;