getting rid of more stupidity in css: transition, border-radius in switches
This commit is contained in:
parent
bef229ce3a
commit
559a57ffd8
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
* {
|
||||
border-radius: 0!important;
|
||||
backdrop-filter: unset!important;
|
||||
transition: unset!important;
|
||||
}
|
||||
*:before {
|
||||
border-radius: 0!important;
|
||||
transition: unset!important;
|
||||
}
|
||||
:where(nav li)::before {
|
||||
float: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue