💄 Adopt new Tailwind v3 classes and colour names

This commit is contained in:
James Panther
2021-12-25 10:53:46 +11:00
parent 5662a11f2d
commit a1006c4f7b
14 changed files with 397 additions and 539 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ A simple, lightweight theme for Hugo built with Tailwind CSS.
<span class="flex items-center pr-3 text-primary-400">
{{< icon "exclamation-triangle" >}}
</span>
<span class="flex items-center justify-between flex-grow dark:text-neutral-300">
<span class="flex items-center justify-between grow dark:text-neutral-300">
<span class="prose dark:text-neutral">This is a demo of the <code id="layout">page</code> layout.</span>
<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"