aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/tailwind.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:55:03 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:55:03 +0200
commit963526f0a8a54279399bf82edf2d8b25215c75b8 (patch)
tree21a40c24d35a8cb14e1a1b72e9282805441e1c8f /themes/simple/layouts/partials/tailwind.html
parent70baaeb4e78d12c329a03e929fd30d41730ed2b1 (diff)
downloadmitjafelicijan.com-963526f0a8a54279399bf82edf2d8b25215c75b8.tar.gz
Unified yellow background colors
Diffstat (limited to 'themes/simple/layouts/partials/tailwind.html')
-rw-r--r--themes/simple/layouts/partials/tailwind.html4
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 {