From 94dbe6d304f383d6384b5121a0b5643665eece91 Mon Sep 17 00:00:00 2001 From: bietiaop <1527109126@qq.com> Date: Tue, 24 Dec 2024 15:50:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=BA=E8=A2=AD=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/deadly/index.css | 3 +++ resources/deadly/index.html | 5 ++++- resources/deadly/index.scss | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/deadly/index.css b/resources/deadly/index.css index b8c211c..fbcf553 100644 --- a/resources/deadly/index.css +++ b/resources/deadly/index.css @@ -8,6 +8,9 @@ border-radius: 50%; background-size: contain; } +.card .star.inactive { + background-image: url("./images/star-icon-dark.png"); +} .card .overview { margin: 0.5em; margin-bottom: 1.5em; diff --git a/resources/deadly/index.html b/resources/deadly/index.html index b0bed20..35e245d 100644 --- a/resources/deadly/index.html +++ b/resources/deadly/index.html @@ -48,9 +48,12 @@