Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
6a241d8f1d
commit
9a7f853138
1 changed files with 4 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #0000FF } /* Name.Function */
|
||||
.highlight .nl { color: #A0A000 } /* Name.Label */
|
||||
.highlight .nl { color: #BA2121 } /* Name.Label */
|
||||
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #19177C } /* Name.Variable */
|
||||
|
@ -133,6 +133,9 @@
|
|||
.highlight .vm { color: #19177C } /* Name.Variable.Magic */
|
||||
.highlight .il { color: #000000 } /* Literal.Number.Integer.Long */
|
||||
|
||||
.highlight .err { border: 0px; }
|
||||
|
||||
|
||||
.highlight .n { color: #000000 }
|
||||
.highlight .p { color: #000000 }
|
||||
.highlight .code { color: #000000; font-family: 'Courier New', monospace; }
|
||||
|
|
Loading…
Reference in a new issue