🐛 Fix exampleSite dark mode issue

This commit is contained in:
James Panther
2021-08-18 18:26:57 +10:00
parent 183c57f61e
commit 3450e8f9c5
+1 -1
View File
@@ -12,7 +12,7 @@ A simple, lightweight theme for Hugo built with Tailwind CSS.
{{< icon "exclamation-triangle" >}}
</span>
<span class="flex items-center justify-between flex-grow dark:text-gray-300">
<span class="prose">This is a demo of the <code id="layout">page</code> layout.</span>
<span class="prose dark:text-white">This is a demo of the <code id="layout">page</code> layout.</span>
<button
class="px-4 py-1 !text-white !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
onclick="switchLayout()"