统一 Paper 风格的站点标题与提交信息
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user