Set color for text in search box (#791)

This commit is contained in:
Dmitry Kulikov 2019-09-11 14:15:13 +06:00 committed by Jos de Jong
parent 017800cea4
commit 9d69a699db
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
display: flex;
input {
color: $jse-content-color;
width: 120px;
border: none;
outline: none;