模板:HiddenText/styles.css
来自RIA | Wiki
更多操作
.template-hiddentext {
background-color: currentColor;
transition: background 0.2s;
}
.template-hiddentext:hover { /* 鼠标移动/触摸元素时使背景变透明 */
background-color: transparent;
}
.template-hiddentext a { /* 链接, 似乎没啥意义 */
color: inherit;
transition: color 0.2s;
}