Template:黑幕/styles.css
模板页面
更多操作
.heimu {
color: transparent;
text-shadow: 0 0 10px var(--color-base, rgba(127, 127, 127, 0.5));
background-color: transparent;
box-shadow: inset 0 0 0 1px var(--color-border);
border-radius: 4px;
padding: 0 4px;
margin: 0 2px;
transition: all 0.25s ease;
cursor: default;
display: inline-block;
line-height: 1.2;
}
.heimu:hover, .heimu:active {
color: inherit;
text-shadow: none;
box-shadow: inset 0 0 0 1px transparent;
}
@media screen and (max-width: 768px) {
.heimu:active {
color: inherit;
text-shadow: none;
box-shadow: inset 0 0 0 1px transparent;
}
}