Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-12 23:20:28 +01:00 committed by GitHub
parent 6a241d8f1d
commit 9a7f853138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }