From 274c96f8ce400807e4e5fecb53e97129aa25978e Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 1 Oct 2022 12:02:44 +0800 Subject: [PATCH] style: modify code highlight style. --- scripts/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/style.css b/scripts/style.css index e205e230..f1f1d1f4 100644 --- a/scripts/style.css +++ b/scripts/style.css @@ -692,9 +692,6 @@ body:not(.home) .h2wrap > h2 a::after { .token.punctuation { color: var(--color-prettylights-syntax-markup-bold); } -.token.function { - color: var(--color-prettylights-syntax-entity); -} .code-line .token.deleted { background-color: var(--color-prettylights-syntax-markup-deleted-bg); } @@ -720,7 +717,9 @@ body:not(.home) .h2wrap > h2 a::after { .token.coord { color: var(--color-prettylights-syntax-meta-diff-range); } - +.token.function { + color: var(--color-prettylights-syntax-entity); +} .token.number { color: var(--color-accent-emphasis); }