mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-16 12:30:11 +01:00
fix(css): fix issues visual issues with dark theme
This commit is contained in:
parent
5e6d1642e3
commit
d4071e8a02
@ -125,7 +125,8 @@ h3.header {
|
|||||||
display: block;
|
display: block;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #fff;
|
color: var(--fg-color);
|
||||||
|
background-color: var(--pri-bg-color);
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -431,6 +432,14 @@ code[class*="language-"], pre[class*="language-"] {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-content {
|
||||||
|
background-color: var(--pri-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-stacked {
|
||||||
|
background-color: var(--sec-bg-color)
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 280px) {
|
@media (min-width: 280px) {
|
||||||
.btn-text {
|
.btn-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user