.panel-default > .panel-heading {
/* background-color: rgba(55, 57, 58, 0.85); */
background-color: #5b463c;
- color: #766153!important;
+ color: #484848!important;
}
#lp-panel-fixed {
.area-link a:hover,
.area-link a:focus {
/* background-color: rgb(55, 57, 58); */
- background-color: #8A978A;
+ background-color: #766153;
color: #ffffff;
}
.navbar-collapse {
/* background-color: rgba(55, 57, 58, 0.85); */
- background-color: #ffffff;
+ background-color: #766153;
border-top: 1px solid transparent;
/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;*/
overflow-x: visible;
}
#deadline-table th {
- background-color: #808080;
+ background-color: #5b463c;
color: white;
padding: 10px;
text-align: center;
}
#deadline-table tr:nth-child(even) {
- background-color: #f2f2f2;
+ background-color: #5b463c;
}
#deadline-table tr:hover {
- background-color: #e6e6e6;
+ background-color: #5b463c;
}