统一 Paper 风格的站点标题与提交信息

This commit is contained in:
Coldsmile_7
2026-07-20 01:48:59 +08:00
parent 3d36a5f77b
commit 970c8b2c3a
6 changed files with 80 additions and 30 deletions
+2 -2
View File
@@ -48,7 +48,7 @@ const links = [
<button
id="theme-toggle"
class="rounded-sm p-2 text-gray-600 hover:bg-gray-200/60 dark:text-gray-300 dark:hover:bg-gray-800"
class="inline-block h-min w-min rounded-full p-2 leading-0 text-gray-600 transition-colors hover:bg-gray-800/20 dark:text-gray-300 dark:hover:bg-gray-400/20"
title="切换主题"
aria-label="切换主题"
>
@@ -59,7 +59,7 @@ const links = [
>
</button>
<a
class="rounded-sm p-2 text-gray-600 hover:bg-gray-200/60 dark:text-gray-300 dark:hover:bg-gray-800"
class="inline-block h-min w-min rounded-full p-2 leading-0 text-gray-600 transition-colors hover:bg-gray-800/20 dark:text-gray-300 dark:hover:bg-gray-400/20"
href={siteConfig.repository}
target="_blank"
rel="noreferrer"