summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 2 insertions, 14 deletions
diff --git a/style.css b/style.css
index 29c55b9..5ca575f 100644
--- a/style.css
+++ b/style.css
@@ -14,7 +14,6 @@ html, body {
transform: translate(-50%, -50%);
}
-/* blink text */
.blink {
animation: blink .2s infinite;
}
@@ -40,23 +39,12 @@ html, body {
left: 0;
}
-.reduced {
- z-index: 2;
- display: none;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
-}
-
-/* prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
.blink {
animation: none;
}
- .reduced {
- display: unset;
+ .bg {
+ display: none;
}
}