fix(dark mode): code background color

This commit is contained in:
kolaente 2022-08-15 22:57:28 +02:00
parent ae47298b3c
commit 45b7434bda
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@
--dropdown-item-hover-color: var(--text);
--button-text-hover-background-color: var(--grey-200);
--button-hover-color: var(--grey-600);
--pre-background: var(--grey-200);
// Custom color variables we need to override
--card-border-color: hsla(var(--grey-100-hsl), 0.3);