This commit is contained in:
Benjamin Toby 2026-03-30 20:03:43 +01:00
parent 898a75c8ae
commit f6cb094bbc

View File

@ -8,8 +8,12 @@
--color-primary: #02030f; --color-primary: #02030f;
} }
.twui-button-general:not(.twui-breadcrumbs-back-button) { .twui-button-general {
@apply rounded-none bg-white text-black; @apply rounded-none;
}
.twui-button-primary {
@apply bg-white text-black;
} }
.twui-button-general:hover { .twui-button-general:hover {