Update theme-ender-dark.css
This commit is contained in:
parent
af40c060f4
commit
6eb7f5ae7c
1 changed files with 6 additions and 6 deletions
|
@ -181,7 +181,7 @@
|
|||
--color-body: #000000;
|
||||
--color-box-header: #000000;
|
||||
--color-box-body: #000000;
|
||||
--color-box-body-highlight: var(--steel-650);
|
||||
--color-box-body-highlight: #000000
|
||||
--color-text-dark: #fff;
|
||||
--color-text: var(--steel-100);
|
||||
--color-text-light: var(--steel-150);
|
||||
|
@ -189,10 +189,10 @@
|
|||
--color-text-light-2: var(--steel-200);
|
||||
--color-text-light-3: var(--steel-200);
|
||||
--color-footer: var(--steel-900);
|
||||
--color-timeline: var(--steel-650);
|
||||
--color-timeline: #000000;
|
||||
--color-input-text: var(--steel-100);
|
||||
--color-input-background: var(--steel-650);
|
||||
--color-input-toggle-background: var(--steel-650);
|
||||
--color-input-background: #000000;
|
||||
--color-input-toggle-background: #000000;
|
||||
--color-input-border: var(--steel-550);
|
||||
--color-input-border-hover: var(--steel-450);
|
||||
--color-header-wrapper: #000000;
|
||||
|
@ -200,8 +200,8 @@
|
|||
--color-light: #00000028;
|
||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||
--color-light-border: #ffffff28;
|
||||
--color-hover: var(--steel-600);
|
||||
--color-active: var(--steel-650);
|
||||
--color-hover: #222222;
|
||||
--color-active: #000000;
|
||||
--color-menu: var(--steel-700);
|
||||
--color-card: var(--steel-700);
|
||||
--color-markup-table-row: #ffffff06;
|
||||
|
|
Loading…
Reference in a new issue