fix error badge color
This commit is contained in:
parent
12d9eafcd9
commit
8fe7299258
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue