1
0
Fork 0
blog/sass/_extra.scss

8 lines
360 B
SCSS

/******************************************************************************
* 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;
}