Skip to content

Commit 1f827f6

Browse files
committed
More updates
1 parent a7fa0aa commit 1f827f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/static/docs/4.3/assets/scss/_syntax.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* CommentMultiline */ .chroma .c1 { color: #727272; }
1414
/* CommentHashbang */ .chroma .ch { font-style: italic; color: #60a0b0; } /* NEW */
1515
/* CommentMultiline */ .chroma .cm { color: #727272; }
16-
/* CommentPreproc */ .chroma .cp { color: #028262; }
16+
/* CommentPreproc */ .chroma .cp { color: #008085; }
1717
/* CommentPreprocFile */ .chroma .cpf { color: #007020; } /* NEW */
1818
/* CommentSpecial */ .chroma .cs { color: #727272; }
1919
/* GenericDeleted */ .chroma .gd { background-color: #fcc; border: 1px solid #c00; }
@@ -43,7 +43,7 @@
4343
/* LiteralNumberOct */ .chroma .mo { color: #c24f19; }
4444
/* NameAttribute */ .chroma .na { color: #006ee0; }
4545
/* NameBuiltin */ .chroma .nb { color: #366; }
46-
/* NameClass */ .chroma .nc { color: #028355; }
46+
/* NameClass */ .chroma .nc { color: #168174; }
4747
/* NameDecorator */ .chroma .nd { color: #6b62de; }
4848
/* NameException */ .chroma .ne { color: #c00; }
4949
/* NameFunction */ .chroma .nf { color: #b715f4; }
@@ -65,7 +65,7 @@
6565
/* LiteralStringEscape */ .chroma .se { color: #c30; }
6666
/* LiteralStringHeredoc */ .chroma .sh { color: #c30; }
6767
/* LiteralStringInterpol */ .chroma .si { color: #a00; }
68-
/* LiteralStringRegex */ .chroma .sr { color: #257d7d; }
68+
/* LiteralStringRegex */ .chroma .sr { color: #337e7e; }
6969
/* LiteralStringSymbol */ .chroma .ss { color: #fc3; }
7070
/* LiteralStringOther */ .chroma .sx { color: #c30; }
7171
/* TextWhitespace */ .chroma .w { color: #bbb; }

0 commit comments

Comments
 (0)