compass/doc-src/content/stylesheets/syntax/_syntax-theme.scss

9 lines
164 B
SCSS
Raw Normal View History

2010-11-24 23:43:25 +00:00
// Default Syntax Highlighter theme.
//@import "shCore.scss";
2010-12-16 00:15:19 +00:00
@import "shThemeRDark.scss";
2010-11-24 23:43:25 +00:00
/*.syntaxhighlighter {
.keyword { font-weight: bold !important; }
}*/