fix(dark mode): code background color
This commit is contained in:
parent
ae47298b3c
commit
45b7434bda
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@
|
||||||
--dropdown-item-hover-color: var(--text);
|
--dropdown-item-hover-color: var(--text);
|
||||||
--button-text-hover-background-color: var(--grey-200);
|
--button-text-hover-background-color: var(--grey-200);
|
||||||
--button-hover-color: var(--grey-600);
|
--button-hover-color: var(--grey-600);
|
||||||
|
--pre-background: var(--grey-200);
|
||||||
|
|
||||||
// Custom color variables we need to override
|
// Custom color variables we need to override
|
||||||
--card-border-color: hsla(var(--grey-100-hsl), 0.3);
|
--card-border-color: hsla(var(--grey-100-hsl), 0.3);
|
||||||
|
|
Loading…
Reference in a new issue