Light searchbox label

This commit is contained in:
RealStickman 2022-04-25 14:59:09 +00:00
parent 99f3525b72
commit 12d410b5a8

View File

@ -14,6 +14,7 @@ Put your custom CSS in this file.
background-color: #111314;
}
/* search box in sidebar */
#sidebar #header .searchbox {
background: #262c31;
border-color: #530e64;
@ -21,11 +22,11 @@ Put your custom CSS in this file.
border-width: 2px;
}
/*
#sidebar #header .searchbox label {
color: rgba(0, 0, 0, 0.8);
color: rgba(200, 200, 200, 0.8);
}
/*
#sidebar #header .searchbox input {
color: #000;
}