Match search bar to colour scheme

This commit is contained in:
Frances Berriman 2016-08-31 10:49:46 -07:00
parent adeb42f58b
commit feb824b7a4

View File

@ -1,9 +1,9 @@
:root { :root {
--foregroundColor: #555; --foregroundColor: #fff;
--backgroundColor: rgba(245, 245, 245, 0.98); --backgroundColor: #596362;
--textFieldBorderColor: #e7e7e7; --textFieldBorderColor: #e7e7e7;
--highlightFGColor: #444; --highlightFGColor: #fff;
--highlightBGColor: #d2dee4; --highlightBGColor: #3ab7a5;
} }
.root { .root {