From 5dd4f64b9f02412372b05af36a02d968485d5c6c Mon Sep 17 00:00:00 2001 From: TA Date: Tue, 15 Jun 2021 16:12:30 +0800 Subject: [PATCH] [fix] background image of THU --- app/javascript/styles/thu/diff.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/thu/diff.scss b/app/javascript/styles/thu/diff.scss index 6b4a0bfe1..264aa01da 100644 --- a/app/javascript/styles/thu/diff.scss +++ b/app/javascript/styles/thu/diff.scss @@ -2,14 +2,14 @@ /* Status */ /* Drawer */ body { - background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/footer.jpg) no-repeat fixed; + background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/nav-bg.jpg) no-repeat fixed; background-size: cover; background-attachment: fixed; background-position: center; height: 100vh !important; } body.theme-thu { - background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/images/footer.jpg) no-repeat fixed; + background: rgba(73, 58, 99, 1) url(https://www.tsinghua.edu.cn/image/nav-bg.jpg) no-repeat fixed; background-size: cover; background-attachment: fixed; background-position: center;