Text colors

merge-requests/30/head
Bob Mottram 2020-11-25 15:26:45 +00:00
parent be0925b34b
commit 6e74374244
2 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,11 @@ a:focus {
width: 15%;
}
textarea {
color: var(--text-entry-foreground);
background-color: var(--text-entry-background);
}
@media screen and (min-width: 400px) {
textarea {
font-family: Arial, Helvetica, sans-serif;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB