fix error badge color

This commit is contained in:
Max Leiter 2022-11-17 23:01:48 -08:00
parent 12d9eafcd9
commit 8fe7299258

View file

@ -36,7 +36,7 @@
color: var(--fg); color: var(--fg);
} }
/* when data-theme on html is light, change font color */ [data-theme="light"] .error,
[data-theme="light"] .warning { [data-theme="light"] .warning {
color: var(--bg); color: var(--bg);
} }