Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Restore JavaScript highlighting #1046

Merged
merged 1 commit into from
Jun 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions styles/pygments-arango.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
.highlight .s { color: #a31515 } /* Literal.String */
.highlight .nc { color: #2b91af } /* Name.Class */
.highlight .no { color: #0000ff } /* Name.Constant */
.highlight .nb { color: #0000ff } /* Name.Builtin */
.highlight .np { color: #0000ff; font-style: italic } /* Name.Builtin.Pseudo */
.highlight .bp { color: #0000ff; font-style: italic } /* Name.Builtin.Pseudo */
.highlight .nf { color: #3c4c72; } /* Name.Function */
.highlight .nv { color: #8959a8 } /* Name.Variable */
.highlight .vg { color: #8959a8 } /* Name.Variable.Global */
.highlight .nx { color: #0000ff } /* Name.Other */
.highlight .ow { color: #0000ff } /* Operator.Word */
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
.highlight .sc { color: #a31515 } /* Literal.String.Char */
Expand Down