8 lines
360 B
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;
|
|
}
|