1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

textareas and inputs in bulmaswatch-darkly were hurting my eyes.

(#fff) is not a good background color to compose posts in, that are then displayed with the dark background color.
This commit is contained in:
Cy 2020-05-30 21:23:46 +00:00
parent 00e35409ef
commit bf0394ca36
No known key found for this signature in database
GPG Key ID: F66D599380F88521

View File

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