Change sidebar color

This commit is contained in:
RealStickman 2022-04-25 14:52:05 +00:00
parent 74728a8fa5
commit d36b88e857

View File

@ -3,3 +3,30 @@
Put your custom CSS in this file.
===============================================================================================================================
*/
#sidebar {
background-color: #262c31;
}
/*
#sidebar #header {
background-color: #4AC694;
}
#sidebar #header .searchbox {
background: #fff;
border-radius: 0px;
}
#sidebar #header .searchbox label {
color: rgba(0, 0, 0, 0.8);
}
#sidebar #header .searchbox input {
color: #000;
}
#sidebar #header .searchbox input::placeholder {
color: rgba(0, 0, 0, 0.8);
opacity: 1;
}
*/