diff options
Diffstat (limited to 'themes/simple/layouts/partials/tailwind.html')
| -rw-r--r-- | themes/simple/layouts/partials/tailwind.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 36 | 36 | ||
| 37 | /* Links */ | 37 | /* Links */ |
| 38 | article.single a { | 38 | article.single a { |
| 39 | @apply underline hover:bg-yellow-200; | 39 | @apply underline hover:bg-yellow-100; |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | /* Blockquote */ | 42 | /* Blockquote */ |
| @@ -63,7 +63,7 @@ | |||
| 63 | 63 | ||
| 64 | /* Code */ | 64 | /* Code */ |
| 65 | article.single code { | 65 | article.single code { |
| 66 | @apply bg-yellow-200 rounded px-2 py-1 text-xs font-medium; | 66 | @apply bg-yellow-100 rounded px-2 py-1 text-xs font-medium; |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | article.single pre { | 69 | article.single pre { |
