Dark search bar

This commit is contained in:
RealStickman 2022-04-25 14:55:14 +00:00
parent 85fa02be9b
commit 1b4b9f337d

View File

@ -9,16 +9,17 @@ Put your custom CSS in this file.
background-color: #262c31; background-color: #262c31;
} }
/* sidebar top portion */
#sidebar #header { #sidebar #header {
background-color: #111314; background-color: #111314;
} }
/*
#sidebar #header .searchbox { #sidebar #header .searchbox {
background: #fff; background: #262c31;
border-radius: 0px; border-radius: 0px;
} }
/*
#sidebar #header .searchbox label { #sidebar #header .searchbox label {
color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 0.8);
} }