From c57de6a3324a74c8025273aec02d96ae8eb11d20 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 1 Jul 2024 15:42:55 +0200 Subject: [PATCH] handling default edit-question-button color --- resources/css/admin-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index d22a2d7..b144181 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -179,6 +179,7 @@ .edit-question-button { @apply text-white py-2 px-4 mt-3 block w-fit rounded-full; + background-color: #e04d42; &:hover { @apply text-white; filter: brightness(1.1) saturate(1.4);