From d6cb483f0df2bc1a09e59d369c76fe61e87fdbe1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 7 Jun 2023 16:22:52 +0200 Subject: [PATCH] Adjust color to the title of the page --- app/webpacker/css/admin_v3/shared/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/webpacker/css/admin_v3/shared/layout.scss b/app/webpacker/css/admin_v3/shared/layout.scss index 3ae725e8a9..c5cd8c71e2 100644 --- a/app/webpacker/css/admin_v3/shared/layout.scss +++ b/app/webpacker/css/admin_v3/shared/layout.scss @@ -11,6 +11,10 @@ padding: 15px 0; margin-top: 25px; + h1 { + color: $color-8; + } + .ofn-drop-down { border: 0; background-color: $spree-blue;