mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11: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 {
|
.textarea-container textarea {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
color: var(--fg-color);
|
||||||
background: var(--sec-bg-color);
|
background: var(--sec-bg-color);
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
padding: 1rem 2rem 1rem 1.5rem;
|
padding: 1rem 2rem 1rem 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue