mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
Slight monokai cleanup
This commit is contained in:
parent
21582305d8
commit
1dd755e9b0
5
_sass/vendor/_highlight.scss
vendored
5
_sass/vendor/_highlight.scss
vendored
@ -25,10 +25,11 @@ pre {
|
|||||||
margin-left: -999em;
|
margin-left: -999em;
|
||||||
margin-right: -999em;
|
margin-right: -999em;
|
||||||
padding-left: 999em;
|
padding-left: 999em;
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
border-radius: 4px;
|
|
||||||
border: 1px solid #E8E8EB;
|
border: 1px solid #E8E8EB;
|
||||||
|
|
||||||
.gutter {
|
.gutter {
|
||||||
@ -46,7 +47,7 @@ span.lineno {
|
|||||||
}
|
}
|
||||||
.highlight { background: #272822; color: #f8f8f2 }
|
.highlight { background: #272822; color: #f8f8f2 }
|
||||||
.highlight .c { color: #75715e } /* Comment */
|
.highlight .c { color: #75715e } /* Comment */
|
||||||
.highlight .err { color: #960050 } /* Error */
|
.highlight .err { color: #f8f8f2 } /* Error */
|
||||||
.highlight .k { color: #66d9ef } /* Keyword */
|
.highlight .k { color: #66d9ef } /* Keyword */
|
||||||
.highlight .l { color: #ae81ff } /* Literal */
|
.highlight .l { color: #ae81ff } /* Literal */
|
||||||
.highlight .n { color: #f8f8f2 } /* Name */
|
.highlight .n { color: #f8f8f2 } /* Name */
|
||||||
|
Loading…
Reference in New Issue
Block a user