I am not sure which one is the one that I need to change to make it black background.
Code:
.stream {
width: 100%;
border-right: 1px solid #F5F5F5;
border-bottom: 1px solid #D0D0D0;
padding: 10px;
margin: 10px;
}
.live_hover:hover {
background: {vb:var vboptions.dmods_live_stream_hover};
}
.dmods_bold {
font-weight: bold;
}
.dmods_additional {
margin: 12px !important;
margin-left: 18px;
padding: 4px;
width: auto;
border-left: 8px solid #F5F5F5;
}
.dmods_small {
font-size: 10px;
}