change font colors on search boxes

This commit is contained in:
idk
2020-11-07 02:19:37 -05:00
parent c3d73649a0
commit cf99bde088

View File

@@ -33,4 +33,10 @@
margin-top: 8px;
color: #e6e6e7;
margin-right: 16px
}
#search-query {
color: #1f1a24
}
#search-submit {
color: #1f1a24
}