From 24eb1f9c45e525cbf0a4bfc83090569c95214db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Sat, 11 May 2019 16:02:47 +0200 Subject: [PATCH] Update the navbar color --- frontend/index.html | 4 +++- frontend/less/app.less | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index aaeb118..a039973 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,11 +4,13 @@ - + + + Canapé diff --git a/frontend/less/app.less b/frontend/less/app.less index 3c67472..d2542e2 100644 --- a/frontend/less/app.less +++ b/frontend/less/app.less @@ -65,7 +65,9 @@ body { } .navbar { - opacity: 0.95; + @media (min-width: @screen-md-min) { + opacity: 0.95; + } } div.sweet-alert > h2 {