diff --git a/input.css b/input.css index 9b4152a..722858e 100644 --- a/input.css +++ b/input.css @@ -2,19 +2,27 @@ @tailwind components; @tailwind utilities; -html { - background-color: #212121; -} - @layer base { - article > p > a, h1, h2, h3, h4, h5, h6 { - @apply text-indigo-400 !important; - } - article > p > strong, code { - @apply text-white !important; - } + article > p > a, h1, h2, h3, h4, h5, h6 { + @apply text-indigo-400 !important; + } + article > p > strong, code { + @apply text-white !important; + } - article > h1, h2, h3, h4, h5, h6 { - @apply text-indigo-400 !important; - } -} \ No newline at end of file + article > h1, h2, h3, h4, h5, h6 { + @apply text-indigo-400 !important; + } + + body { + background-color: #212121; + } + + html { + @apply text-white; + } + + a { + @apply text-indigo-400 !important; + } +} diff --git a/layout/item.html b/layout/item.html index 751bf07..94e3ef8 100644 --- a/layout/item.html +++ b/layout/item.html @@ -1,14 +1,10 @@ -