Hello, recently I've been editing a wiki in which the article headings have a different font (which I believe is Serif) from the normal text and also have this tiny scrollbars on the side which allow the headings to be slightly moved up and down.
Link: https://deaths-door-game.fandom.com/wiki/Magical_Forest_Horn
I've ben trying to get rid of it and restore it to the standart font without the scrollbar but I the only thing I could find was this coding in the CSS:
/* CSS placed here will be applied to all skins */
/* main page elements */
.mpbox {
background: transparent;
font-weight: bold;
color: var(--theme-page-text-color);
font-family: "serif";
font-size: 150%;
}
.widget-twitter {
display: inherit;
}
Link: https://deaths-door-game.fandom.com/wiki/MediaWiki:Common.css
I would really apreciate if anyone could confirm if rewriting such CSS would solve the problem. Thanks in advance.