From d9c8dd20e9f8a6db2fb2b3cef359fcf36a9ae61b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 20 Jul 2023 23:29:26 +0800 Subject: [PATCH] modify style --- src/styles/desktop/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index 567d499e..218ac8c3 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -28,7 +28,7 @@ input[type=number] { .dragging-item { opacity: 0.5; - background: #c8ebfb; + background: #faf8f4; } @media (min-width: 600px) {