chore: tweak styles

This commit is contained in:
Cory Dransfeldt 2023-12-11 19:16:57 -08:00
parent 34a3ad2380
commit 1104cc08e0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -2198,7 +2198,7 @@ pre {
} }
.pill--button { .pill--button {
color: #111827; color: #fff;
background: #60a5fa; background: #60a5fa;
} }

View file

@ -221,7 +221,7 @@ pre {
} }
.pill--button { .pill--button {
color: theme(colors.gray.900); color: theme(colors.white);
background: theme(colors.blue.400); background: theme(colors.blue.400);
} }