From 3563d4da1dee6d8e36867d15b8d86cb846041b9c Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Thu, 1 Apr 2021 16:43:31 +0200 Subject: [PATCH] feat: set correct constrast on cozy bar menu --- src/styles/base/_layout.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/base/_layout.scss b/src/styles/base/_layout.scss index 82a26f8d1..eaa7fc167 100644 --- a/src/styles/base/_layout.scss +++ b/src/styles/base/_layout.scss @@ -42,6 +42,9 @@ body { .cv-button { width: 4.25rem; } +.coz-label{ + color: #32363f; +} .header { display: flex; -- GitLab