修复移动端logo的颜色

This commit is contained in:
1152958806@qq.com 2023-10-19 19:51:02 +08:00
parent a9a57f1b3e
commit f5e982fa41
1 changed files with 4 additions and 3 deletions

View File

@ -6584,9 +6584,10 @@ a.console_switchbutton {
body[data-type=music] .page #nav #site-name span{
color: var(--heo-white);
}
.page #nav #site-name:hover {
color: var(--heo-card-bg)
@media screen and (max-width: 768px) {
.page #nav #site-name span:hover {
color: var(--heo-card-bg);
}
}
/* 搜索 */