From 521a56d0327de25e8a0c830f45ac09ac11f0e7d0 Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 18 Dec 2024 15:03:18 +0100 Subject: [PATCH] set dark bg color --- web/src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/style.css b/web/src/style.css index ba87b226c..07dc53111 100644 --- a/web/src/style.css +++ b/web/src/style.css @@ -39,6 +39,8 @@ --wp-hint-warn-100: theme('colors.int-wp-hint-warn.100'); --wp-hint-warn-200: theme('colors.int-wp-hint-warn.200'); + --wp-code-100: theme('colors.int-wp-secondary.300'); + --wp-code-200: theme('colors.int-wp-secondary.600'); --wp-code-300: #f0f1f3; --wp-code-text-100: theme('colors.gray.200'); --wp-code-text-alt-100: theme('colors.gray.300'); @@ -87,6 +89,9 @@ --wp-hint-warn-100: theme('colors.int-wp-hint-warn-dark.100'); --wp-hint-warn-200: theme('colors.int-wp-hint-warn-dark.200'); + --wp-code-100: theme('colors.int-wp-secondary.700'); + --wp-code-200: theme('colors.int-wp-secondary.800'); + --wp-code-300: #262934; --wp-code-text-100: theme('colors.gray.300'); --wp-code-text-alt-100: theme('colors.gray.400');