getting rid of more stupidity in css: transition, border-radius in switches
Some checks are pending
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-10 19:38:19 +01:00
parent bef229ce3a
commit 559a57ffd8
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -32,6 +32,11 @@
* { * {
border-radius: 0!important; border-radius: 0!important;
backdrop-filter: unset!important; backdrop-filter: unset!important;
transition: unset!important;
}
*:before {
border-radius: 0!important;
transition: unset!important;
} }
:where(nav li)::before { :where(nav li)::before {
float: none; float: none;