From ce2185a4c060c40b702cb3e2312a012eea6ea031 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sun, 16 Aug 2026 15:41:52 +0800 Subject: [PATCH] style: theme icon cursor --- src/components/ThemeIcon.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ThemeIcon.astro b/src/components/ThemeIcon.astro index 3c3239a..fb208b8 100644 --- a/src/components/ThemeIcon.astro +++ b/src/components/ThemeIcon.astro @@ -19,6 +19,7 @@ .theme-toggle { display: flex; align-items: center; + cursor: pointer; } .sun {