forked from indymedia/epicyon
Text area foreground
parent
6e74374244
commit
e2d7a60598
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue