修复左侧按钮颜色样式
This commit is contained in:
parent
f716faec1e
commit
e97ddb85d1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue