#sp-masthead:before {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
#sp-content {
    padding-top: 20px;
    padding-bottom: 60px;
}
html.theme-dark .tv-ticker-item-tape {
    background: #7d57cf;
    color: #d6d8e0;
}