docs: add margin to homepage switch button

This commit is contained in:
ZhenShuo Leo
2025-09-27 09:47:29 +08:00
parent f02776ff4f
commit 4afe06a57d
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ description: "Questa pagina è stata creata utilizzando il tema Blowfish per Hug
<span class="prose dark:prose-invert">Questa è una demo del layout <code id="layout">background</code>.</span> <span class="prose dark:prose-invert">Questa è una demo del layout <code id="layout">background</code>.</span>
<button <button
id="switch-layout-button" id="switch-layout-button"
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" class="px-4 mx-[3px] !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
> >
Cambia layout &orarr; Cambia layout &orarr;
</button> </button>

View File

@@ -12,7 +12,7 @@ description: "このページは Hugo の Blowfish テーマを利用して構
<span class="prose dark:prose-invert">こちらは <code id="layout">background</code> レイアウトのデモです。</span> <span class="prose dark:prose-invert">こちらは <code id="layout">background</code> レイアウトのデモです。</span>
<button <button
id="switch-layout-button" id="switch-layout-button"
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" class="px-4 mx-[3px] !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
> >
レイアウトを変更する&orarr; レイアウトを変更する&orarr;
</button> </button>

View File

@@ -12,7 +12,7 @@ description: "This page was built using the Blowfish theme for Hugo."
<span class="prose dark:prose-invert">This is a demo of the <code id="layout">background</code> layout.</span> <span class="prose dark:prose-invert">This is a demo of the <code id="layout">background</code> layout.</span>
<button <button
id="switch-layout-button" id="switch-layout-button"
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" class="px-4 mx-[3px] !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
> >
Switch layout &orarr; Switch layout &orarr;
</button> </button>

View File

@@ -12,7 +12,7 @@ description: "此页面是使用 Hugo 的 Blowfish 主题搭建的"
<span class="prose dark:prose-invert"> 这是 <code id="layout">background</code> 的样式示例。</span> <span class="prose dark:prose-invert"> 这是 <code id="layout">background</code> 的样式示例。</span>
<button <button
id="switch-layout-button" id="switch-layout-button"
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700" class="px-4 mx-[3px] !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
> >
切换 layout &orarr; 切换 layout &orarr;
</button> </button>