From 514ab6637f78de9a7db68d92ab92acb8884ba35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 4 Feb 2025 13:37:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- napcat.webui/src/styles/globals.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/napcat.webui/src/styles/globals.css b/napcat.webui/src/styles/globals.css index a976ca06..c31e135b 100644 --- a/napcat.webui/src/styles/globals.css +++ b/napcat.webui/src/styles/globals.css @@ -11,6 +11,10 @@ body { Helvetica Neue, Microsoft YaHei, sans-serif !important; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizeLegibility; + font-smooth: always; } @layer components { @@ -95,11 +99,4 @@ body { } .ql-editor img { @apply inline-block; -} - -.xterm { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-rendering: optimizeLegibility; - font-smooth: always; -} +} \ No newline at end of file