handling default edit-question-button color

This commit is contained in:
Antoine M 2024-07-01 15:42:55 +02:00
parent bd8990153f
commit c57de6a332

View File

@ -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);