Stylizacja, zmiana mapy zasięgu

This commit is contained in:
dm
2025-11-26 14:37:07 +01:00
parent 8bf578e6d9
commit a0f4e8fbab
29 changed files with 339 additions and 557 deletions

View File

@@ -3,7 +3,7 @@
}
.f-switch-group {
@apply inline-flex overflow-hidden relative bg-[var(--f-background-switch)] mt-8;
@apply inline-flex overflow-hidden relative bg-[--f-background-switch] mt-8;
}
.f-switch {
@@ -11,7 +11,7 @@
}
.f-switch.active {
@apply text-[var(--f-text-switcher)] bg-[var(--f-background-switcher)] ;
@apply text-[--f-text-switcher] bg-[--f-background-switcher] ;
}
.f-switch:hover {