This is what i did on the custom.css but it didn't work
.link-red.active > a, .link-red.active > span {
background:#ff0400 !important;
}
.link-red > a,
.link-red > span {
color: #ff0400 !important;
}
.link-red > a:hover,
.link-red > span:hover,
.link-red > a:focus,
.link-red > span:focus,
.link-red > a:active,
.link-red > span:active {
color: #ff0400 !important;
}
.link-red > a .caret,
.link-red > span .caret {
border-top-color: #ff0400 !important;
border-bottom-color: #ff0400 !important;
}
.link-red.active > a,
.link-red.active > span {
color: #ffffff !important;
background: #ff0400 !important;
}
.link-red.active > a .caret,
.link-red.active > span .caret {
border-top-color: #ffffff !important;
border-bottom-color: #ffffff !important;
}
.link-red .ja-masthead {
background-color: #ff0400;
}if("undefined"!==typeof hljs)hljs.ha();else if("undefined"===typeof hljsLoading){hljsLoading=1;var a=document.getElementsByTagName("head"😉[0],e=document.createElement("link"😉;e.type="text/css";e.rel="stylesheet";e.href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.7.0/styles/default.min.css";a.appendChild(e);e=document.createElement("script"😉;e.type="text/javascript";e.onload=function(){var d={},f=0;hljs.hb=function(b){b.removeAttribute("data-hljs"😉;var c=b.innerHTML;c in d?b.innerHTML=d[c]🙁7