1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-06-28 13:44:34 +02:00

fix: make textarea text white in dark theme

This commit is contained in:
Seth Falco 2023-07-08 02:23:53 +01:00
parent abc77002e2
commit 5e6d1642e3
No known key found for this signature in database
GPG Key ID: DE1C217EFF01FEC8

View File

@ -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;