From aec92eeb896877996809929b2d792c1217b3b1ef Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 15 Aug 2023 09:02:30 -0700 Subject: [PATCH] feat: style scrollbars for code/pre --- tailwind.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tailwind.css b/tailwind.css index 6c26c74f..e6e21c29 100644 --- a/tailwind.css +++ b/tailwind.css @@ -58,12 +58,15 @@ li > a { code { @apply text-gray-50; - border-radius: .25rem; padding: .25rem; } pre { border: 1px solid theme(colors.gray.700); + border-radius: 0 !important; + @apply scrollbar-thin; + @apply scrollbar-thumb-pink-500; + @apply scrollbar-track-pink-100; } .tag--button {