From b9059d978d2b86e15aa7c3846ef71fc62f711486 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Tue, 30 Apr 2024 04:08:49 +0000 Subject: small fixes --- src/app/kdrama/styles/loading.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/kdrama/styles/loading.module.css') diff --git a/src/app/kdrama/styles/loading.module.css b/src/app/kdrama/styles/loading.module.css index 011240e..825c247 100644 --- a/src/app/kdrama/styles/loading.module.css +++ b/src/app/kdrama/styles/loading.module.css @@ -10,12 +10,12 @@ height: 50px; border-radius: 50%; border: 8px solid; - border-color: #F4F4F4 #0000; + border-color: #f4f4f4 #0000; animation: s1 1s infinite; } @keyframes s1 { to { - transform: rotate(.5turn) + transform: rotate(0.5turn); } -} \ No newline at end of file +} -- cgit v1.2.3