From 1aad4679f0dcd07c65421ad982ee96da2ec79fdf Mon Sep 17 00:00:00 2001 From: Ruben Date: Sat, 28 Sep 2024 01:32:43 -0500 Subject: [PATCH] disable more animations for prefers-reduced-motion --- style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/style.css b/style.css index 85db9b2..be6446e 100644 --- a/style.css +++ b/style.css @@ -810,6 +810,38 @@ footer { -webkit-animation: unset !important; } + .terminal { + .term-input { + .blink { + animation: unset !important; + -moz-animation: unset !important; + -webkit-animation: unset !important; + } + } + + .terminal:hover { + .term-titlebar { + div { + #minimize-btn { + background: var(--yellow); + } + #maximize-btn { + background: var(--green); + } + #close-btn { + background: var(--red); + } + } + } + .term-input { + .blink { + display: unset; + } + } + border-color: var(--green); + } + } + #sneexy > section > #pfp { animation: unset !important; }