mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
align dark colors with palette subcolors
This commit is contained in:
parent
cb1d134cd5
commit
f951cf33cc
1 changed files with 5 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue