Template:黑幕/styles.css
模板页面
更多操作
.heimu {
color: transparent;
text-shadow: 0 0 10px rgba(127, 127, 127, 0.5);
border-bottom: 1px dashed rgba(127, 127, 127, 0.4);
transition: text-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease;
cursor: help;
padding: 0 1px;
}
.heimu:hover, .heimu:active {
color: inherit;
text-shadow: none;
border-bottom-color: transparent;
}
@media screen and (max-width: 768px) {
.heimu:active {
color: inherit;
text-shadow: none;
border-bottom-color: transparent;
}
}