From 4e6a7f2025493afd44ebc702a2ab2c2ee4c7df72 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 19 Dec 2023 15:29:08 -0800 Subject: [PATCH] chore: tweak padding --- src/assets/styles/tailwind.css | 2 +- tailwind.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index ece0bd63..1bea7bca 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -1989,7 +1989,7 @@ a:active, .highlight-text { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); - padding: 0.25rem; + padding: 0.125rem; background-color: #2563eb; } diff --git a/tailwind.css b/tailwind.css index 44c93bce..cd940a38 100644 --- a/tailwind.css +++ b/tailwind.css @@ -83,7 +83,7 @@ a:active, .highlight-text { @apply text-white; - @apply p-1; + @apply p-0.5; background-color: theme(colors.blue.600); }