mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
fix: 💄 Make theme change transition important
This commit is contained in:
parent
357c9cb92f
commit
4afe8fc880
1 changed files with 1 additions and 1 deletions
2
app.vue
2
app.vue
|
|
@ -91,6 +91,6 @@ body {
|
|||
|
||||
html.theme-changing * {
|
||||
/* 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue