diff --git a/public/assets/css/public.css b/public/assets/css/public.css index 4827a12..98ff78c 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: #34344A; padding: 20px 0; } + footer ul { padding: 20px 0; margin-top: 0; @@ -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 @@