You've already forked LibreTranslate
mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-09-16 08:46:24 +02:00
fix: make textarea text white in dark theme
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user