align dark colors with palette subcolors

This commit is contained in:
pat-s 2024-12-21 12:09:07 +01:00
parent cb1d134cd5
commit f951cf33cc
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -50,10 +50,11 @@
}
:root[data-theme='dark'] {
--wp-background-100: theme('colors.int-wp-secondary.300');
--wp-background-200: theme('colors.int-wp-secondary.400');
--wp-background-300: theme('colors.int-wp-secondary.500');
--wp-background-400: theme('colors.int-wp-secondary.600');
--wp-background-100: theme('colors.black');
--wp-background-200: theme('colors.int-wp-secondary.200');
--wp-background-300: theme('colors.int-wp-secondary.300');
--wp-background-400: theme('colors.int-wp-secondary.400');
--wp-background-500: theme('colors.int-wp-secondary.500');
--wp-text-100: theme('colors.gray.300');
--wp-text-200: theme('colors.gray.200');