fix(a11y): enhance contrast of publish button (#162)
This commit is contained in:
parent
7cfbbb8813
commit
0695e45d37
2 changed files with 10 additions and 5 deletions
|
@ -1,14 +1,17 @@
|
|||
:root {
|
||||
--c-primary: #CF7C17;
|
||||
--c-primary-active: #A45923;
|
||||
--c-primary: #EA9E44;
|
||||
--c-primary-active: #C16929;
|
||||
--c-border: #88888820;
|
||||
--c-bg-base: #fff;
|
||||
--c-bg-active: #f6f6f6;
|
||||
--c-bg-code: #00000006;
|
||||
--c-bg-selection: #8885;
|
||||
--c-text-base: #222;
|
||||
--c-text-base: #232323;
|
||||
--c-text-secondary: #686868;
|
||||
--c-text-secondary-light: #919191;
|
||||
--c-bg-btn-disabled: #a1a1a1;
|
||||
--c-text-btn-disabled: #fff;
|
||||
--c-text-btn: #232323;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
@ -18,4 +21,6 @@
|
|||
--c-text-base: #fff;
|
||||
--c-text-secondary: #888;
|
||||
--c-text-secondary-light: #686868;
|
||||
--c-bg-btn-disabled: #2a2a2a;
|
||||
--c-text-btn-disabled: #919191;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue