渐变背景色

This commit is contained in:
灌糖包子 2022-04-03 23:43:14 +08:00
parent b3b2d16ca5
commit 5ae33946d2
Signed by: sookie
GPG Key ID: 6805B2A09C8E0B47

View File

@ -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;