diff options
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 8981f0c7..7a61d17a 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -32,6 +32,7 @@ html, body { @layer components { .badge-red, + .badge-gray, .badge-yellow, .badge-green { @apply @@ -51,6 +52,13 @@ html, body { ; } + .badge-gray { + @apply + bg-gray-300 + text-gray-900 + ; + } + .badge-yellow { @apply bg-yellow-300 |
