From a6f1eae9e16fbb693350d5e60005936b10593cd6 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 8 Dec 2022 22:20:45 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=AE=BF=E9=97=AE=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E9=A1=B5=E5=BF=98=E8=AE=B0=E6=8E=88=E6=9D=83=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E6=A1=88=20Fix=20https://github.com/siyuan-n?= =?UTF-8?q?ote/siyuan/issues/6822?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/stage/auth.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/stage/auth.html b/app/stage/auth.html index f2af24149..79bf4f02f 100644 --- a/app/stage/auth.html +++ b/app/stage/auth.html @@ -141,11 +141,11 @@ margin: 0; font-size: 85%; border-radius: 3px; - font-family: var(--b3-font-family-code); + font-family: "JetBrainsMono-Regular", mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; word-break: break-word; background-size: 20px 20px; white-space: pre-wrap; - background-color: var(--b3-protyle-code-background); + background-color: rgba(27, 31, 35, .05); }