You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

38 lines
707 B

/* bootstrap overwrite dark */
body {
background: #424242!important;
}
a {
color: #9575CD!important;
}
.panel-heading {
border-radius: 0px!important;
}
.panel-title a {
background: rgba(0,0,0,0)!important;
text-decoration: none;
}
.panel-body {
background: #212121;
color: #ffffff;
}
.list-group-item {
background: rgba(0,0,0,0)!important;
}
.list-group-item:hover {
background: rgba(255, 255, 255, 0.2)!important;
}
.list-group-item p {
color: #ffffff!important;
}
.list-group-item a {
color: #9575CD!important;
}
.list-group-item-text {
color: #9575CD!important;
}
.table-hover tbody tr:hover {
background-color: rgba(245, 245, 245, 0.2)!important;
}