Update _syntax-highlighting.scss
revert
This commit is contained in:
parent
d084a12864
commit
11308c4d59
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Syntax highlighting styles
|
* Syntax highlighting styles
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@extend %vertical-rhythm;
|
@extend %vertical-rhythm;
|
||||||
|
@ -66,8 +66,8 @@
|
||||||
.vi { color: #008080 } // Name.Variable.Instance
|
.vi { color: #008080 } // Name.Variable.Instance
|
||||||
.il { color: #099 } // Literal.Number.Integer.Long
|
.il { color: #099 } // Literal.Number.Integer.Long
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
/*
|
||||||
.highlight {
|
.highlight {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -140,3 +140,4 @@
|
||||||
.vi { color: #f8f8f2 } // Name.Variable.Instance
|
.vi { color: #f8f8f2 } // Name.Variable.Instance
|
||||||
.il { color: #ae81ff } // Literal.Number.Integer.Long
|
.il { color: #ae81ff } // Literal.Number.Integer.Long
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in a new issue