aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Back/Blocks/syntax/compass/shThemeDefault.scss')
-rw-r--r--Back/Blocks/syntax/compass/shThemeDefault.scss7
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}
Powered by cgit v1.2.3 (git 2.41.0)