disable transitions while switching themes
This commit is contained in:
parent
36adc42e60
commit
b12cdba020
|
@ -11,6 +11,10 @@
|
|||
@import "./docs/docs.css";
|
||||
@import "./docs/collapsible.css";
|
||||
|
||||
.changing-theme * {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
/* color styling */
|
||||
.header {
|
||||
background-color: hsl(var(--bg-400));
|
||||
|
|
Loading…
Reference in a new issue