wiki-grav/themes/learn2/css/custom.css

35 lines
734 B
CSS
Raw Normal View History

2022-04-25 16:47:47 +02:00
/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/
/* sidebar big lower portion */
2022-04-25 16:52:05 +02:00
#sidebar {
background-color: #262c31;
}
#sidebar #header {
background-color: #111314;
2022-04-25 16:52:05 +02:00
}
/*
2022-04-25 16:52:05 +02:00
#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;
}
*/