diff options
author | Marvin Borner | 2023-12-29 00:39:15 +0100 |
---|---|---|
committer | Marvin Borner | 2023-12-29 00:39:15 +0100 |
commit | fabe362d024e5e4192ca8f77a8ad392e32ac9e9c (patch) | |
tree | d6348f5b0ede835178b81107949dfbe08c2fa9cc /cool/style.css | |
parent | 521d632e18f604f173db96a2d384170a629e21be (diff) |
hotfix
Diffstat (limited to 'cool/style.css')
-rw-r--r-- | cool/style.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cool/style.css b/cool/style.css index 584e123..8dd0e0c 100644 --- a/cool/style.css +++ b/cool/style.css @@ -69,12 +69,12 @@ a:link, a:visited { color: #fff; } -/* @media (prefers-reduced-motion: reduce) { */ -/* .blink { */ -/* animation: none; */ -/* } */ +@media (prefers-reduced-motion: reduce) { + .blink { + animation: none; + } -/* .bg { */ -/* display: none; */ -/* } */ -/* } */ + .bg { + display: none; + } +} |