summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;
 }
ref='#n74'>74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136