Created headers in SCSS to break things out more in the CSS file

This commit is contained in:
Barry Clark 2014-06-01 18:04:41 -04:00
parent f26465023e
commit 0dae8f2e64
4 changed files with 26 additions and 9 deletions

View file

@ -1,3 +1,8 @@
/***********************/
/* SYNTAX HIGHLIGHTING */
/***********************/
.highlight {
background-color: $darkerGray;
padding: 5px 10px;