summaryrefslogtreecommitdiffhomepage
path: root/cool/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cool/style.css')
-rw-r--r--cool/style.css16
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;
+ }
+}