mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
fix: make textarea text white in dark theme
This commit is contained in:
parent
abc77002e2
commit
5e6d1642e3
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ select {
|
|||
.textarea-container textarea {
|
||||
font-size: 1.25rem;
|
||||
resize: none;
|
||||
color: var(--fg-color);
|
||||
background: var(--sec-bg-color);
|
||||
border: 1px solid var(--border-color);
|
||||
padding: 1rem 2rem 1rem 1.5rem;
|
||||
|
|
Loading…
Reference in a new issue