diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index bd9355f..f796aa3 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -488,7 +488,7 @@ h1, h2, h3, h4, h5, h6 { } .nc-compare-card li::before { - content: "\u2013"; + content: "–"; position: absolute; left: 0; color: var(--nc-border); @@ -499,7 +499,7 @@ h1, h2, h3, h4, h5, h6 { } .nc-compare-highlight li::before { - content: "\u2713"; + content: "✓"; color: var(--nc-accent); }