summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-20 12:24:56 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-20 12:24:56 -0400
commit85961dd7488cc165f27a849a43501cafe01c5043 (patch)
treeb6d66fff0cfd8dfad556a793ede53774e263d0ab /www/css
parentac7dbe50fdd38bbda274c061afc71674d736a582 (diff)
"your fault" message delayed by a few seconds
Former-commit-id: 4deedeb83680c7aa06ab31f0086338cbaa7f9b77
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 9fb19658..33e6f972 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -701,6 +701,10 @@ input[type=range]::-webkit-slider-thumb {
-webkit-animation-delay: 1s;
}
+#really-your-fault {
+ -webkit-animation-delay: 4s;
+}
+
/* packery stuff */
* {
box-sizing: border-box;