修复左侧按钮颜色样式

This commit is contained in:
1152958806@qq.com 2023-10-18 00:36:07 +08:00
parent f716faec1e
commit e97ddb85d1
1 changed files with 4 additions and 0 deletions

View File

@ -5352,6 +5352,10 @@ html {
border-radius: 40px; border-radius: 40px;
} }
.page .back-home-button {
color: var(--heo-fontcolor)
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.back-home-button { .back-home-button {
display: none; display: none;