Match search bar to colour scheme
This commit is contained in:
parent
adeb42f58b
commit
feb824b7a4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user