The site was updated to MediaWiki 1.43. If anything looks broken or there are glitches, report on the talk page or Discord in #wiki-support.
Template:SteelBallRun.css
/* Steel Ball Run */
.toc {
border: 1px solid #D4813D;
}
.quote {
color: #D4813D !important;
}
.mw-header:hover .mw-headline-headanchor, .mw-headline-headanchor:target {
background-image: url(https://static.jojowiki.com/images/5/54/SBRSymbol.png);
}
/* Module:Tabber */
.tabcontainer .tab:hover {
background-color: var(--sbr);
background-image: linear-gradient(var(--sbr), var(--sbr3));
}
.tabcontainer .tab.active {
background-color: var(--sbr);
background-image: linear-gradient(var(--sbr), var(--sbr4));
}
/* Tabber Neue */
.tabber__tab[aria-selected="true"] {
background:linear-gradient(#D4813D,#C6C3C3) !important;
color:white !important;
}
.tabber__tab[aria-selected="true"]:hover {
background:linear-gradient(#964C0F,#635959) !important;
color:white !important;
}
.tabber__indicator {
background: #635959;
}