1
0
forked from noxious/client

Fix styling conditions for radio select

WIP
This commit is contained in:
2024-11-24 17:15:57 +01:00
parent f7b8c235d8
commit 7d89364104
2 changed files with 16 additions and 11 deletions

View File

@ -151,6 +151,12 @@ button {
}
}
.hair-deselect:has(:checked) {
img {
@apply brightness-200;
}
}
.text-pixel {
@apply text-white font-ui drop-shadow-pixel-black;
}