add ::before & ::after to themeChanging class

This commit is contained in:
Freeplay 2023-05-22 15:40:36 -04:00
parent 9db7962e37
commit ddb52ca4e3

View file

@ -103,7 +103,7 @@ body::-webkit-scrollbar-thumb {
}
html._themeChanging_ {
&, * {
&, *, ::before, ::after {
transition: background 1s ease, border 1s ease !important;
}
}