From 0ff7abcfccdfdc1435c0cd32caefac17a84adc45 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 11:37:15 +0100 Subject: [PATCH] lighten light code 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 32fa9438c..98baa0c97 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -49,7 +49,7 @@ --wp-code-100: theme('colors.int-wp-secondary.300'); --wp-code-200: theme('colors.int-wp-secondary.600'); - --wp-code-300: theme('colors.int-wp-secondary.800'); + --wp-code-300: theme('colors.int-wp-secondary.600'); --wp-code-text-100: theme('colors.gray.200'); --wp-code-text-alt-100: theme('colors.gray.300');