diff options
| -rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -27,8 +27,9 @@ | |||
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | * { | 29 | * { |
| 30 | transition-duration: 1s; | 30 | transition-duration: 0.5s; |
| 31 | transition-property: background, color; | 31 | transition-property: background, color; |
| 32 | transition-timing-function: ease-in-out; | ||
| 32 | } | 33 | } |
| 33 | 34 | ||
| 34 | body { | 35 | body { |
