summary refs log tree commit diff stats
path: root/lovely/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-01-12 19:13:46 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-01-12 19:13:46 +0800
commitea097e28263e252132bb7f4f6684781420f55fce (patch)
treeede1f31ca1a5a88743b0fcc6d11fcf65ebd09c50 /lovely/style.css
parentedfe53a03ab2aba482a8fa7f448c7a0903bc9ea3 (diff)
downloadwww-ea097e28263e252132bb7f4f6684781420f55fce.tar.gz
slower rotation
Diffstat (limited to 'lovely/style.css')
-rw-r--r--lovely/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/lovely/style.css b/lovely/style.css
index 28b0fc8..14fe6f8 100644
--- a/lovely/style.css
+++ b/lovely/style.css
@@ -19,13 +19,13 @@ body {
 }
 *:hover, body:hover, div:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, li:hover {
 	perspective: 500px;
-	transition: all 10s;
+	transition: all 60s;
 	border: 2px dotted red;
 	transform: rotateX(150deg);
 }
 *:hover, body:active, div:active, p:active, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, li:active {
 	perspective: 500px;
-	transition: all 10s;
+	transition: all 60s;
 	transform: rotateX(480deg);
 	border: 10px solid lime;
 }