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;