diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index b10e043a..c3776373 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -66,28 +66,28 @@ html, body { .badge-red { @apply bg-red_r-5 - text-red_r-11 + text-red_r-10 ; } .badge-gray { @apply bg-gray_r-5 - text-gray_r-11 + text-gray_r-10 ; } .badge-yellow { @apply bg-yellow_r-5 - text-yellow_r-11 + text-yellow_r-10 ; } .badge-green { @apply bg-green_r-5 - text-green_r-11 + text-green_r-10 ; } |
