Attempt to avoid backface flickering

This commit is contained in:
Leon Mika 2025-06-18 23:28:28 +02:00
parent fb3c3913eb
commit fd190a5e3d

View file

@ -10,6 +10,7 @@ label:has(input[type=radio]) {
position: relative;
transition: background-color 0.2s, color 0.2s, border-color 0.2s;
-webkit-backface-visibility: hidden;
margin-block: 0.5em;
padding-block: 0.4em;