Skip to content

Commit 1467967

Browse files
committed
Update _highlight-dark.scss
1 parent 62ebf42 commit 1467967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/assets/css/src/themes/_highlight-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* KeywordType */ .chroma .kt { color: #66D9EF; }
1919
/* Name */ .chroma .n { color: #F8F8F2; }
2020
/* NameAttribute */ .chroma .na { color: #A6E22E; }
21-
/* NameBuiltin */ .chroma .nb { }
21+
/* NameBuiltin */ .chroma .nb { color: #F8F8F2; }
2222
/* NameBuiltinPseudo */ .chroma .bp { }
2323
/* NameClass */ .chroma .nc { color: #A6E22E; }
2424
/* NameConstant */ .chroma .no { color: #66D9EF; }

0 commit comments

Comments
 (0)