disable transitions while switching themes

This commit is contained in:
outfoxxed 2024-10-17 20:26:56 -07:00
parent 36adc42e60
commit b12cdba020
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -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));