Merge branch 'dark_textareas' into threaded_threads

There's a merge conflict if I try to separate out this branch...
This commit is contained in:
Cy 2020-06-01 18:49:13 +00:00
commit aee3b13496
No known key found for this signature in database
GPG Key ID: F66D599380F88521
1 changed files with 11 additions and 0 deletions

View File

@ -262,3 +262,14 @@ li {
ul {
padding-left: 2vw;
}
.input,
.textarea {
color: inherit;
background-color: inherit;
}
input[type="text"] {
color: inherit;
background-color: inherit;
}