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); }