mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
fix code text color in dark mode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user