Ok, so something is modifying the default theme…
The safe mode worked, i’ll try disabling all themes and see what happens, thanks for your help.
So the theme I installed and modified was called Material, it has somehow changed the default theme
Edit: Found it! If it wasn’t for the safe mode I would have been stumped for ages, thanks for your help, much appreciated.
.topic-body {
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: lighten($secondary, 10%);
margin-top: 10px;
padding-left: 20px;
border-radius: 2px;
padding-right: 20px;
padding-top: 5px;
}
I removed:
padding-left: 20px;
border-radius: 2px;
padding-right: 20px;
padding-top: 5px;
I’m still unsure how this was affecting the default theme when all other themes were disabled.