have a good day everyone

This commit is contained in:
Blake Grotewold
2015-03-31 17:01:10 -04:00
parent d34d9a74f3
commit 765b4a0812
+7 -2
View File
@@ -1,5 +1,9 @@
/*** dark.css + APRIL FOOLS! ***/ /*** dark.css + APRIL FOOLS! ***/
* {
cursor: wait!important;
}
body { body {
background-color: #272823; background-color: #272823;
color: #EEE; color: #EEE;
@@ -238,7 +242,9 @@ body {
.construction, .construction,
.paws, .paws,
.cute { .cute,
.counter {
pointer-events: none;
position: fixed; position: fixed;
} }
@@ -264,7 +270,6 @@ iframe {
} }
.counter { .counter {
position: fixed;
top: 0; top: 0;
right: 0; right: 0;
} }