1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-02 21:35:16 +00:00

Remove confusing background color for unchecked <o-checkbox>

This commit is contained in:
Massedil 2024-11-13 18:05:35 +01:00 committed by setop
parent eb60da8ec9
commit 4545a8c8e3

View file

@ -210,7 +210,7 @@ body {
}
.checkbox-check {
@apply appearance-none bg-primary border-primary;
@apply appearance-none border-primary;
}
.checkbox-checked {