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