From c2e5b7fe0e88025496c7752f4fe62a0cce48e804 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Thu, 19 Oct 2023 18:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9F=B3=E4=B9=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2logo=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/libs/aplayer/music.css | 6 +++++- templates/assets/zhheo/zhheoblog.css | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/assets/libs/aplayer/music.css b/templates/assets/libs/aplayer/music.css index a185247b..c47e96c2 100644 --- a/templates/assets/libs/aplayer/music.css +++ b/templates/assets/libs/aplayer/music.css @@ -60,9 +60,11 @@ body[data-type=music] #page { #page-header.not-top-img #nav .back-home-button, #page-header.not-top-img #nav a { color:#F7F7FA; - } +#page-header.not-top-img #nav .back-home-button:hover{ + color: var(--heo-card-bg); +} body[data-type=music] #footer, body[data-type=music] #nav-music { @@ -588,4 +590,6 @@ body[data-type=music] #nav-music { left: 0; top: 0; } + + } \ No newline at end of file diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index a8f72422..c6ffbe67 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -6581,6 +6581,10 @@ a.console_switchbutton { color: var(--heo-fontcolor) } +body[data-type=music] .page #nav #site-name span{ + color: var(--heo-white); +} + .page #nav #site-name:hover { color: var(--heo-card-bg) }