diff --git a/static/style.css b/static/style.css index ae75243..189820b 100644 --- a/static/style.css +++ b/static/style.css @@ -537,22 +537,25 @@ body { /* 日历同步按钮 */ .btn-cal-sync { - display: flex; + display: inline-flex; align-items: center; - justify-content: center; - width: 28px; - height: 28px; - border: none; - background: transparent; - color: var(--text-muted); - border-radius: 6px; + gap: 5px; + padding: 6px 12px; + border: 1.5px solid var(--border); + background: var(--card); + color: var(--text-dim); + border-radius: var(--radius-sm); + font-size: 12px; + font-weight: 500; cursor: pointer; transition: all 0.2s; flex-shrink: 0; + font-family: inherit; } .btn-cal-sync:hover { - background: var(--success-light); - color: var(--success); + border-color: var(--primary); + color: var(--primary); + background: var(--primary-light); } /* 编辑模式下才显示的元素 */ diff --git a/templates/index.html b/templates/index.html index 6556a4b..bbab4a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -125,6 +125,9 @@

每日打卡

+
@@ -134,9 +137,6 @@

早间立志

-