Slight monokai cleanup

This commit is contained in:
Bradlee Speice 2018-12-04 22:01:00 -05:00
parent 21582305d8
commit 1dd755e9b0

View File

@ -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 */