Notes background color on options screen

main
Bob Mottram 2020-08-11 13:02:10 +01:00
parent 6e648018e8
commit b4071629e0
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ a:link {
textarea { textarea {
font-size: var(--font-size4); font-size: var(--font-size4);
width: 90%; width: 90%;
background-color: var(--text-entry-background);
} }
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {