mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +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;
|
||||
}
|
||||
|
||||
#download-btn i{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.card-content {
|
||||
background-color: var(--pri-bg-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue