From 0c872090e3349d7b2659526097f336990b729edb Mon Sep 17 00:00:00 2001 From: TactfulBean Date: Thu, 30 Mar 2023 14:30:25 +0800 Subject: [PATCH] * --- app/styles/globals.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/globals.scss b/app/styles/globals.scss index f0c001012..ddf0af692 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -87,7 +87,7 @@ body { align-items: center; user-select: none; font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons", - "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; + "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif; @media only screen and (max-width: 600px) { background-color: var(--second); @@ -174,7 +174,7 @@ input[type="range"]::-webkit-slider-thumb:hover { width: 24px; } -input[type="password"] +input[type="password"], input[type="number"], input[type="text"] { appearance: none;