mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-09 16:17:51 +00:00
Fix download button color
This commit is contained in:
parent
11df3d5de6
commit
09b42256a2
1 changed files with 4 additions and 0 deletions
|
@ -452,6 +452,10 @@ code[class*="language-"], pre[class*="language-"] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#download-btn i{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.card-content {
|
.card-content {
|
||||||
background-color: var(--pri-bg-color);
|
background-color: var(--pri-bg-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue