/****************************************************************************** * Extra - Put your extra SASS/CSS here, it will get bundled with abridge.css *****************************************************************************/ // Fix code blocks - theme's display:grid breaks syntax highlighting spans pre > code { display: block !important; }