wiki-grav/themes/learn2/css/custom.css
2022-04-25 15:04:54 +00:00

42 lines
947 B
CSS

/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
/* sidebar big lower portion */
#sidebar {
background-color: #262c31;
}
/* sidebar top portion */
#sidebar #header {
background-color: #111314;
}
/* search box in sidebar */
#sidebar #header .searchbox {
background: #262c31;
border-color: #530e64;
border-radius: 0px;
border-width: 2px;
}
/* magnifying glass in searchbox */
#sidebar #header .searchbox label {
color: rgba(220, 220, 220, 0.8);
}
/*
#sidebar #header .searchbox input {
color: #000;
}
*/
/* searchbox placeholder text */
#sidebar #header .searchbox input::placeholder {
/*color: rgba(220, 220, 220, 0.8);*/
color: #f00;
/*opacity: 1;*/
}