From c68502f432c51dc50519a2cf460e83fc888ca498 Mon Sep 17 00:00:00 2001 From: karapuce Date: Fri, 15 May 2020 09:24:45 +0200 Subject: [PATCH 1/2] maaaj --- public/assets/css/public.css | 12 +++++++++--- src/View/Concept/create.html.twig | 3 ++- src/View/Layout/navbar.html.twig | 9 ++++++++- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/public/assets/css/public.css b/public/assets/css/public.css index 4827a12..8ae2b67 100644 --- a/public/assets/css/public.css +++ b/public/assets/css/public.css @@ -138,9 +138,10 @@ nav img{ #footer-flex { display: flex; justify-content: space-around; - background-color: #a2a2a2; + background-color: #f8f8f8; padding: 20px 0; } + footer ul { padding: 20px 0; margin-top: 0; @@ -150,7 +151,7 @@ footer li { list-style: none; } footer li a { - color: white; + color: #999; } footer a:hover{ text-decoration: none; @@ -175,4 +176,9 @@ footer a img { text-decoration: none; color: white; } -/* Fin de Footer */ \ No newline at end of file +/* Fin de Footer */ + +/* Force icon navbar */ +#icon-search { + color: white; +} \ No newline at end of file diff --git a/src/View/Concept/create.html.twig b/src/View/Concept/create.html.twig index 2d03100..6abd236 100644 --- a/src/View/Concept/create.html.twig +++ b/src/View/Concept/create.html.twig @@ -44,7 +44,8 @@ diff --git a/src/View/Layout/navbar.html.twig b/src/View/Layout/navbar.html.twig index e275cab..f73ff37 100644 --- a/src/View/Layout/navbar.html.twig +++ b/src/View/Layout/navbar.html.twig @@ -1,5 +1,12 @@