テーマの切り替えをなめらかに

This commit is contained in:
syuilo
2019-03-03 08:43:51 +09:00
parent e8ef8f0004
commit 4de75448b6
3 changed files with 14 additions and 2 deletions

View File

@@ -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)