提交 e001a137 编写于 作者: G Garrett Johnson

update colors for HTML code snippets in dark theme

上级 d1375d69
......@@ -16,6 +16,9 @@ pre.prettyprint, code.prettyprint {
@media (prefers-color-scheme: dark) {
pre .tag, code .tag { color: #2194ce; } /* HTML tag */
pre .atn, code .atn { color: #BB55FF; } /* HTML attribute name */
pre .atv, code .atv { color: #30b030; } /* HTML attribute value */
pre .str, code .str { color: #BB55FF; } /* string */
pre .com, code .com { color: #666666; } /* comment */
pre .lit, code .lit { color: #ff3399; } /* literal */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册