aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index 6aaf767..3fd6fc4 100644
--- a/style.css
+++ b/style.css
@@ -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
34body { 35body {