How to change underline color for tabs in disqus on my site?
I tried to rewrite disqus rules by own:
.nav-primary>ul>li.active>a:after {
content: " ";
display: block;
right: 0;
height: 2px;
background: #000 !important;
position: absolute;
bottom: -2px;
left: 0;
}
.active .publisher-nav-color::after {
background: #000 !important;
}
My rules has no effect (because of iframe, suppose)