From fabe362d024e5e4192ca8f77a8ad392e32ac9e9c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 29 Dec 2023 00:39:15 +0100 Subject: hotfix --- cool/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cool/style.css') 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; + } +} -- cgit v1.2.3