Merge pull request #523 from chengzhongxue/main

修复左侧按钮颜色样式
This commit is contained in:
困困鱼 2023-10-18 00:37:48 +08:00 committed by GitHub
commit c67c651f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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