From 07c5e837db0aee1fdd3aedb3fe2410fc4ec902a0 Mon Sep 17 00:00:00 2001 From: Roy Lin <19165061825@163.com> Date: Tue, 28 Jul 2026 07:54:17 +0800 Subject: [PATCH] fix(website): slow and widen CTA orbit --- website/theme/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/theme/index.css b/website/theme/index.css index e622477..30b1219 100644 --- a/website/theme/index.css +++ b/website/theme/index.css @@ -299,8 +299,8 @@ body { position: absolute; top: 0; left: 50%; - width: 30px; - height: 3px; + width: 42px; + height: 4px; border-radius: 999px; background: linear-gradient( 90deg, @@ -321,9 +321,9 @@ body { .a3s-button-comet::after { position: absolute; top: 0; - right: 17%; - width: 5px; - height: 3px; + right: 15%; + width: 7px; + height: 4px; border-radius: inherit; background: #fff; box-shadow: 0 0 5px #fff; @@ -332,7 +332,7 @@ body { .a3s-button--primary:hover .a3s-button-comet, .a3s-button--primary:focus-visible .a3s-button-comet { - animation: a3s-button-comet-orbit 1.35s linear infinite; + animation: a3s-button-comet-orbit 2.2s linear infinite; } .a3s-button--primary:focus-visible {