From 5ae33946d2f11c273bb2687e4a07de8c35fb7033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Sun, 3 Apr 2022 23:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=90=E5=8F=98=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/source-src/css/grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/yilia/source-src/css/grid.scss b/themes/yilia/source-src/css/grid.scss index 3f553ff..5aaf6cd 100644 --- a/themes/yilia/source-src/css/grid.scss +++ b/themes/yilia/source-src/css/grid.scss @@ -31,7 +31,7 @@ html, body, #container { } } body:not(.night) #container.show { - background: linear-gradient(200deg,#5aa5c6,#a4854b); + background-image: linear-gradient(200deg,#5aa5c6,#a4854b) !important; } .body-wrap{ padding-top: 30px;