|
|
@ -1,5 +1,5 @@ |
|
|
|
.highlight .hll { background-color: #49483e } |
|
|
|
.highlight { background: #272822; color: #f8f8f2 } |
|
|
|
.highlight { background: #E0E0E0; color: #333 } |
|
|
|
.highlight .c { color: #75715e } /* Comment */ |
|
|
|
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */ |
|
|
|
.highlight .k { color: #66d9ef } /* Keyword */ |
|
|
@ -62,3 +62,12 @@ |
|
|
|
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ |
|
|
|
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ |
|
|
|
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ |
|
|
|
|
|
|
|
code { |
|
|
|
background: #E0E0E0; |
|
|
|
border-radius:3px; |
|
|
|
padding: 0 4px 0 4px; |
|
|
|
} |
|
|
|
.highlight code { |
|
|
|
padding: 0; |
|
|
|
} |