1// Default Syntax Highlighter theme.
2
3@import "_theme_template.scss";
4
5.syntaxhighlighter {
6	.keyword { font-weight: bold !important; }
7}
8