1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 04:44:06 +02:00
This commit is contained in:
syuilo
2021-04-12 13:06:00 +09:00
parent 0cc4519fc0
commit d599c1e740
4 changed files with 64 additions and 40 deletions

View File

@@ -82,9 +82,9 @@ html {
}
}
html.changing-theme {
html._themeChanging_ {
&, * {
transition: background 1s ease !important;
transition: background 1s ease, border 1s ease !important;
}
}