aboutsummaryrefslogtreecommitdiff
path: root/scss/_highlights.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:04:41 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-01 18:04:41 -0400
commit0dae8f2e64ef610c370b8222953ae4618a4c1d40 (patch)
treee9d599aa4b0122b7ea3e8081e73d10832b5022b6 /scss/_highlights.scss
parentf26465023eddfccfcecc0cd21f6e0600eb90cd64 (diff)
downloadkompetenzbolzen.github.io-0dae8f2e64ef610c370b8222953ae4618a4c1d40.tar.gz
Created headers in SCSS to break things out more in the CSS file
Diffstat (limited to 'scss/_highlights.scss')
-rw-r--r--scss/_highlights.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/_highlights.scss b/scss/_highlights.scss
index 64ae71b..6fcd6fa 100644
--- a/scss/_highlights.scss
+++ b/scss/_highlights.scss
@@ -1,3 +1,8 @@
+
+/***********************/
+/* SYNTAX HIGHLIGHTING */
+/***********************/
+
.highlight {
background-color: $darkerGray;
padding: 5px 10px;