1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-22 17:45:23 +00:00

Merge pull request #72 from cyisfor/dark_textareas

textareas and inputs in bulmaswatch-darkly were hurting my eyes.
This commit is contained in:
GCU Prosthetic Conscience 2020-06-01 10:34:14 -04:00 committed by GitHub
commit 12f0fab3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,3 +255,14 @@ div.poll {
{
margin-top: 0;
}
.input,
.textarea {
color: inherit;
background-color: inherit;
}
input[type="text"] {
color: inherit;
background-color: inherit;
}