mirror of https://github.com/jpanther/congo.git
🐛 Fix exampleSite dark mode issue
parent
183c57f61e
commit
3450e8f9c5
|
@ -12,7 +12,7 @@ A simple, lightweight theme for Hugo built with Tailwind CSS.
|
||||||
{{< icon "exclamation-triangle" >}}
|
{{< icon "exclamation-triangle" >}}
|
||||||
</span>
|
</span>
|
||||||
<span class="flex items-center justify-between flex-grow dark:text-gray-300">
|
<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
|
<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"
|
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()"
|
onclick="switchLayout()"
|
||||||
|
|
Loading…
Reference in New Issue