forum action dropdown styling in dark theme

This commit is contained in:
Andrew Brown 2020-07-06 12:35:44 -07:00
parent 91d78d2be6
commit 4e97e763a9

View File

@ -115,6 +115,14 @@ body {
color: white;
}
.thredded--post--dropdown--actions--item {
color: black;
&:hover {
color: white;
}
}
.thredded--form.thredded--navigation--search.thredded--navigation--search-topics input {
background-color: #2196F3;
}