compass/doc-src/content/stylesheets/syntax/shThemeDefault.scss
2010-11-15 14:41:45 -08:00

8 lines
138 B
SCSS

// Default Syntax Highlighter theme.
@import "_theme_template.scss";
.syntaxhighlighter {
.keyword { font-weight: bold !important; }
}