23 lines
406 B
CSS
23 lines
406 B
CSS
/* Domovoy custom styles */
|
|
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
#sidebar-wrapper .list-group-item:hover {
|
|
background-color: #343a40 !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
#sidebar-wrapper .list-group-item.active {
|
|
background-color: #0d6efd !important;
|
|
border-color: #0d6efd !important;
|
|
}
|
|
|
|
.card {
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12);
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-weight: bold;
|
|
}
|