fix code text color in dark mode

This commit is contained in:
Harvey Tindall
2022-01-26 22:25:33 +00:00
parent 4b02960fd1
commit 4deb45df3c
2 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,10 @@
background: #202020;
}
.dark .code {
color: var(--color-content-high);
}
html:not(.dark) .card.\@low:not(.\~neutral):not(.\~positive):not(.\~urge):not(.\~warning):not(.\~info):not(.\~critical) {
--color-fill: va(--color-fill);
--color-content: var(--color-content);