diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -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; } } |