From 174764715e4b3c89ada1ba3885a86fc861047bd1 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 29 Jan 2024 22:42:44 +0300 Subject: [PATCH] fix: Formatting --- sass/_crt.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_crt.scss b/sass/_crt.scss index 490f5b3..e84cd0d 100644 --- a/sass/_crt.scss +++ b/sass/_crt.scss @@ -22,7 +22,7 @@ from { opacity: 1; } - 25%{ + 25% { opacity: 0.95; } 50% { @@ -35,7 +35,7 @@ opacity: 0.9; } } - + @media (prefers-reduced-motion) { animation: none; }