From 1104cc08e07fd78a901f430d9a70095aee35e915 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 11 Dec 2023 19:16:57 -0800 Subject: [PATCH] chore: tweak styles --- 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 c5b77397..714ce2d7 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -2198,7 +2198,7 @@ pre { } .pill--button { - color: #111827; + color: #fff; background: #60a5fa; } diff --git a/tailwind.css b/tailwind.css index 0ec52add..1f17da7d 100644 --- a/tailwind.css +++ b/tailwind.css @@ -221,7 +221,7 @@ pre { } .pill--button { - color: theme(colors.gray.900); + color: theme(colors.white); background: theme(colors.blue.400); }