Minor styling changes

This commit is contained in:
2024-12-13 00:47:36 +01:00
parent 7d6bd39f29
commit facdd2d1b4
6 changed files with 21 additions and 14 deletions

View File

@ -53,7 +53,7 @@ label {
button,
a {
@apply font-medium drop-shadow-20;
@apply font-medium;
}
button,
@ -114,11 +114,11 @@ button {
}
&.btn-red {
@apply bg-red text-gray-50 text-base leading-5 rounded py-2.5;
@apply bg-red-300 text-gray-50 text-base leading-5 rounded py-2.5;
&.active,
&:hover {
@apply bg-red-300;
@apply bg-red-400;
}
}