fix: 💄 Make theme change transition important

This commit is contained in:
Jesse Wierzbinski 2024-12-29 14:23:38 +01:00
parent 357c9cb92f
commit 4afe8fc880
No known key found for this signature in database

View file

@ -91,6 +91,6 @@ body {
html.theme-changing * { html.theme-changing * {
/* Stroke and fill aren't animatable */ /* Stroke and fill aren't animatable */
transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease; transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important;
} }
</style> </style>