feat: various improvements in styles and layout

This commit is contained in:
Björn Fromme
2025-12-09 11:20:43 +01:00
parent 0239aee89a
commit 3527be9c29
8 changed files with 70 additions and 67 deletions
+3 -2
View File
@@ -14,12 +14,13 @@
}
.button--secondary {
@apply bg-none bg-primary-light text-white;
@apply bg-none bg-primary-dark text-white;
@apply hover:bg-primary-light/80;
}
.button--primary {
@apply bg-pink text-white;
background: linear-gradient(120deg, #960167 0%, #9e036a 40%, #fa1a8c 100%);
@apply text-white;
@apply hover:bg-none hover:bg-pink/80;
}