From 67adea35a345bc1810776ecad95fadb2dbc1cb00 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 27 Oct 2023 20:43:23 -0700 Subject: [PATCH] chore: tag spacing --- tailwind.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/tailwind.css b/tailwind.css index 1b7c998b..9f8d6eb0 100644 --- a/tailwind.css +++ b/tailwind.css @@ -15,9 +15,10 @@ body { --pagefind-ui-font: sans-serif; } -body, html { +body, +html { @apply font-sans; - color: theme(colors.gray.900) + color: theme(colors.gray.900); } .pagefind-ui__form mark { @@ -89,7 +90,7 @@ li > a { code { @apply text-gray-50; - padding: .25rem; + padding: 0.25rem; } pre { @@ -104,8 +105,8 @@ pre { @apply font-semibold; @apply py-2; @apply px-4; - @apply mr-4; - @apply mb-4; + @apply mr-1; + @apply mb-3; @apply rounded-full; @apply text-white; @apply ease-in-out; @@ -128,7 +129,8 @@ pre { background: theme(colors.pink.500); } -code[class*=language-], pre[class*=language-] { +code[class*='language-'], +pre[class*='language-'] { @apply font-mono; font-weight: 400 !important; } @@ -148,7 +150,7 @@ code[class*=language-], pre[class*=language-] { } .link--icon:hover > svg { - color: theme(colors.pink.500) + color: theme(colors.pink.500); } .icon--spin > svg { @@ -183,15 +185,15 @@ code[class*=language-], pre[class*=language-] { } .link--icon svg { - color: theme(colors.gray.200) + color: theme(colors.gray.200); } .link--icon:hover svg { - color: theme(colors.pink.500) + color: theme(colors.pink.500); } .tag--button { color: theme(colors.gray.900); background: theme(colors.purple.400); } -} \ No newline at end of file +}