diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-03 08:43:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-03 08:43:51 +0900 |
| commit | 4de75448b681b77e91e23ad0efc8bdcae7cb0853 (patch) | |
| tree | be3058bf5278d3ad8366a0793e10e69cef3b23a8 /src/client/style.styl | |
| parent | Improve log view (diff) | |
| download | misskey-4de75448b681b77e91e23ad0efc8bdcae7cb0853.tar.gz misskey-4de75448b681b77e91e23ad0efc8bdcae7cb0853.tar.bz2 misskey-4de75448b681b77e91e23ad0efc8bdcae7cb0853.zip | |
テーマの切り替えをなめらかに
Diffstat (limited to '')
| -rw-r--r-- | src/client/style.styl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/style.styl b/src/client/style.styl index adc331ebba..34ef069b83 100644 --- a/src/client/style.styl +++ b/src/client/style.styl @@ -20,6 +20,12 @@ html, body text-size-adjust 100% font-family sans-serif +html.change-theme + &, * + transition-property all + transition-duration 0.5s + transition-timing-function ease + a text-decoration none color var(--link) |