From d2ed8e3d42ac425b9c061235e038c9c273373a76 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Sun, 30 Oct 2022 18:35:41 +0800 Subject: [PATCH] Add herbert Dream Catcher main logo --- static/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/global.css b/static/styles/global.css index febb2f0..e5ad231 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -1,5 +1,5 @@ #logo a { - background: url('https://static.sugoimusic.me/banners/gingham02.png') no-repeat center center; + background: url('https://img3.sugoimusic.me/permanent-cache/auth/63mqMMaHXYQKGOpX5Jzv6fPaLHfZ3BPF9jJpVOaJsws%3D/orig-url/https%3A%2F%2Fi.imgur.com%2FRfVO5qu.png/image') no-repeat center center; } /* We're going to opt for the category icon method for now, tags_* is also available */ @@ -984,4 +984,4 @@ input[type="search"] { form.edit_form[name=screenshots_form] input[type=text], form.edit_form[name=screenshots_form] img { width: 400px; -} \ No newline at end of file +}