优化瞬间样式

This commit is contained in:
1152958806@qq.com 2023-10-09 23:29:34 +08:00
parent 6b4d5a71c4
commit 0281dd6c48
1 changed files with 5 additions and 4 deletions

View File

@ -113,8 +113,8 @@
@media screen and (max-width: 768px) {
:root {
--style-border: 0px solid var(--heo-card-border);
--style-border-hover: 0px solid var(--heo-main);
--style-border:1px solid var(--heo-none);
--style-border-hover: 1px solid var(--heo-none)
}
}
@ -14354,8 +14354,8 @@ div#heo-footer-bar .footer-bar-description {
}
#bber .bber-content-link:hover {
background-color: var(--heo-main);
color: var(--heo-white);
background-color: var(--heo-lighttext);
color: var(--heo-card-bg);
}
#bber .bber-content-link i {
@ -14371,6 +14371,7 @@ div#heo-footer-bar .footer-bar-description {
display: flex;
justify-content: space-between;
width: 100%;
-webkit-user-select: none
}
#bber .count {