diff --git a/index.html b/index.html index fe3ba143..c73a6d0a 100644 --- a/index.html +++ b/index.html @@ -750,7 +750,7 @@

如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

-
+
diff --git a/style/style.css b/style/style.css index fbd254df..26b3f17c 100644 --- a/style/style.css +++ b/style/style.css @@ -1148,12 +1148,14 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after { color: var(--color-prettylights-syntax-string); } .token.color, -.token.atrule, .token.attr-value, .token.function, .token.class-name { color: var(--color-prettylights-syntax-string); } +.token.atrule { + color: var(--color-prettylights-syntax-markup-inserted-text); +} .token.rule, .token.regex, .token.important,