fixed input colors

This commit is contained in:
gilbN 2019-03-11 23:27:02 +01:00
parent ad0493a9d0
commit 606d2d8030

View File

@ -99,6 +99,10 @@ header>div:first-child{
body{
padding-top: 60px;
}
.input {
background: #2d2d2d;
color: #fff;
}
#search #input {
background-color: #f5f5f5;
display: flex;