PageRenderTime 48ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/syntaxhighlighter_3.0.83/compass/shThemeDefault.scss

#
Sass | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | f029a0e208a6b08466750e760d2e8c39 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. // Default Syntax Highlighter theme.
  2. @import "_theme_template.scss";
  3. .syntaxhighlighter {
  4. .keyword { font-weight: bold !important; }
  5. }