From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- Code/Blocks/syntax/compass/shThemeDefault.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Code/Blocks/syntax/compass/shThemeDefault.scss (limited to 'Code/Blocks/syntax/compass/shThemeDefault.scss') diff --git a/Code/Blocks/syntax/compass/shThemeDefault.scss b/Code/Blocks/syntax/compass/shThemeDefault.scss new file mode 100644 index 0000000..1574dae --- /dev/null +++ b/Code/Blocks/syntax/compass/shThemeDefault.scss @@ -0,0 +1,7 @@ +// Default Syntax Highlighter theme. + +@import "_theme_template.scss"; + +.syntaxhighlighter { + .keyword { font-weight: bold !important; } +} -- cgit v1.2.3