From 0e4d9461127e4743701d1eb161f4f212d32c6077 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 11:20:10 +0100 Subject: [PATCH] adjust light bade counter bg --- web/src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/style.css b/web/src/style.css index bb4aa044d..32fa9438c 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -40,7 +40,7 @@ --wp-hint-warn-200: theme('colors.int-wp-hint-warn.200'); --wp-code-inline-100: theme('colors.gray.200'); - --wp-code-inline-200: theme('colors.gray.400'); + --wp-code-inline-200: theme('colors.gray.200'); --wp-code-inline-text-100: theme('colors.gray.600');