From 9762819aa85f749f1216ba873280878f4c8a5330 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Mon, 19 Jun 2023 14:46:29 +0200 Subject: [PATCH] Use the right color --- app/webpacker/css/admin_v3/components/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/components/navigation.scss b/app/webpacker/css/admin_v3/components/navigation.scss index 95176ba57a..77e6668558 100644 --- a/app/webpacker/css/admin_v3/components/navigation.scss +++ b/app/webpacker/css/admin_v3/components/navigation.scss @@ -109,7 +109,7 @@ nav.menu { a { display: inline-block; padding: 16px 20px; - color: $dark-grey !important; + color: $color-9 !important; text-align: center; position: relative; font-size: 14px;