Created headers in SCSS to break things out more in the CSS file
This commit is contained in:
parent
f26465023e
commit
0dae8f2e64
4 changed files with 26 additions and 9 deletions
|
|
@ -1,3 +1,8 @@
|
|||
|
||||
/***********************/
|
||||
/* SYNTAX HIGHLIGHTING */
|
||||
/***********************/
|
||||
|
||||
.highlight {
|
||||
background-color: $darkerGray;
|
||||
padding: 5px 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue