diff --git a/src/styles/global.css b/src/styles/global.css index 2d888de..cfe1fdc 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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));