mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-25 10:19:06 +01:00
add ::before & ::after to themeChanging class
This commit is contained in:
parent
7d346f10c9
commit
78da441652
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ body::-webkit-scrollbar-thumb {
|
|||
}
|
||||
|
||||
html._themeChanging_ {
|
||||
&, * {
|
||||
&, *, ::before, ::after {
|
||||
transition: background 1s ease, border 1s ease !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue