9 lines
164 B
SCSS
9 lines
164 B
SCSS
// Default Syntax Highlighter theme.
|
|
//@import "shCore.scss";
|
|
|
|
@import "shThemeRDark.scss";
|
|
|
|
/*.syntaxhighlighter {
|
|
.keyword { font-weight: bold !important; }
|
|
}*/
|