Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
f2483a1f67
commit
9b63b056e5
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
/* Add other styling properties as needed */
|
||||
}
|
||||
.highlight .hll { color: #000000 background-color: #d5e3f3 }
|
||||
.highlight { color: #000000 background: #d5e3f3; }
|
||||
.highlight { border: 0px; background: #d5e3f3; }
|
||||
.highlight .c { color: #408080; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
||||
|
@ -114,6 +114,7 @@
|
|||
|
||||
.highlight .n { color: #000000 }
|
||||
.highlight .p { color: #000000 }
|
||||
.highlight .code { color: #000000 }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
|
|
Loading…
Reference in a new issue