diff options
author | JinweiClarkChao <[email protected]> | 2014-08-22 17:23:02 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:42 +0800 |
commit | 80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch) | |
tree | 295b0ef6c85e7cb091b63719ab041596879690fa /Back/Blocks/syntax/compass/shThemeDefault.scss | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Back/Blocks/syntax/compass/shThemeDefault.scss')
-rw-r--r-- | Back/Blocks/syntax/compass/shThemeDefault.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Back/Blocks/syntax/compass/shThemeDefault.scss b/Back/Blocks/syntax/compass/shThemeDefault.scss new file mode 100644 index 0000000..1574dae --- /dev/null +++ b/Back/Blocks/syntax/compass/shThemeDefault.scss | |||
@@ -0,0 +1,7 @@ | |||
1 | // Default Syntax Highlighter theme. | ||
2 | |||
3 | @import "_theme_template.scss"; | ||
4 | |||
5 | .syntaxhighlighter { | ||
6 | .keyword { font-weight: bold !important; } | ||
7 | } | ||