Mała poprawka css

This commit is contained in:
dm
2025-12-15 12:40:36 +01:00
parent fadeee992d
commit 3cc0887dca

View File

@@ -6,6 +6,12 @@
@apply border border-transparent bg-[--btn-background] text-[--btn-text];
}
.btn-outline{
@apply border-2;
border-color: rgba(148, 163, 184, 0.08);
}
.btn-primary:hover {
@apply bg-[--btn-background-hover] text-[--btn-text-hover];
}