diff --git a/_includes/styles/logo.scss b/_includes/styles/logo.scss
index 65fab19..df35f35 100644
--- a/_includes/styles/logo.scss
+++ b/_includes/styles/logo.scss
@@ -13,6 +13,10 @@
     animation-play-state: paused;
     animation-iteration-count: infinite;
 
+    @media screen and (prefers-reduced-motion: reduce) {
+       animation-name: none !important;
+    }
+
     &:hover {
       animation-play-state: running;
     }
@@ -33,6 +37,7 @@
     height: 100%;
     border-radius: 50%;
   }
+
 }
 
 @keyframes rotate {