未验证 提交 2fb36e6f 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18109 from gkjohnson/dark-html-docs

Docs: Update HTML Snippet colors for dark mode
......@@ -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.
先完成此消息的编辑!
想要评论请 注册