Merge branch 'master' into dev/multiple-notes

This commit is contained in:
Ryan Peters
2023-07-10 13:24:31 -04:00
7 changed files with 39 additions and 28 deletions

View File

@ -57,7 +57,7 @@ textarea {
border-width: 0;
}
.dark textarea {
body.dark, body.dark input, body.dark textarea {
background-color: #222;
color: #ddd;
}