Text area foreground

main
Bob Mottram 2020-11-25 15:32:45 +00:00
parent 6e74374244
commit e2d7a60598
1 changed files with 2 additions and 7 deletions

View File

@ -137,18 +137,13 @@ a:focus {
width: 15%; width: 15%;
} }
textarea {
color: var(--text-entry-foreground);
background-color: var(--text-entry-background);
}
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {
textarea { textarea {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size: var(--font-size4); font-size: var(--font-size4);
width: 90%; width: 90%;
background-color: var(--text-entry-background); background-color: var(--text-entry-background);
color: white; color: var(--text-entry-foreground);
} }
.followText { .followText {
font-size: var(--follow-text-size1); font-size: var(--follow-text-size1);
@ -225,7 +220,7 @@ textarea {
font-size: var(--font-size); font-size: var(--font-size);
width: 90%; width: 90%;
background-color: var(--text-entry-background); background-color: var(--text-entry-background);
color: white; color: var(--text-entry-foreground);
} }
.followText { .followText {
font-size: var(--follow-text-size2); font-size: var(--follow-text-size2);