feat: various improvements in styles and layout

This commit is contained in:
Björn Fromme
2026-03-16 12:00:55 +01:00
parent bc175ca438
commit 6bbef0a975
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;
}