From 963526f0a8a54279399bf82edf2d8b25215c75b8 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 28 Aug 2022 06:55:03 +0200 Subject: Unified yellow background colors --- themes/simple/layouts/partials/tailwind.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/simple/layouts/partials/tailwind.html') diff --git a/themes/simple/layouts/partials/tailwind.html b/themes/simple/layouts/partials/tailwind.html index 078882c..1c63b0b 100644 --- a/themes/simple/layouts/partials/tailwind.html +++ b/themes/simple/layouts/partials/tailwind.html @@ -36,7 +36,7 @@ /* Links */ article.single a { - @apply underline hover:bg-yellow-200; + @apply underline hover:bg-yellow-100; } /* Blockquote */ @@ -63,7 +63,7 @@ /* Code */ article.single code { - @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; + @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; } article.single pre { -- cgit v1.2.3