mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
fix: fix error message UI on dark mode
This commit is contained in:
parent
b3ac81ebca
commit
193b6284d4
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ code[class*="language-"], pre[class*="language-"] {
|
|||
background-color: var(--pri-bg-color);
|
||||
}
|
||||
|
||||
.card-stacked {
|
||||
.card-stacked, .card-stacked .card-content {
|
||||
background-color: var(--sec-bg-color)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue