模板:Black shady/styles.css:修订间差异
跳转到导航
跳转到搜索
删除的内容 添加的内容
小无编辑摘要 |
小无编辑摘要 标签:已被回退 |
||
第1行: | 第1行: | ||
.shady { |
.shady { |
||
background-color: |
background-color: #252525; |
||
color: black; |
color: black; |
||
transition: all 0.5s; |
transition: all 0.5s; |
2024年4月24日 (三) 00:06的版本
.shady {
background-color: #252525;
color: black;
transition: all 0.5s;
}
.shady:hover {
color: #ffffff;
}