模板:Miku shady/miku.css:修订间差异

来自Hyacinth
跳转到导航 跳转到搜索
删除的内容 添加的内容
草awa留言 | 贡献
无编辑摘要
草awa留言 | 贡献
无编辑摘要
第2行: 第2行:
background-color: #39C5BB;
background-color: #39C5BB;
color: #39C5BB;
color: #39C5BB;
transition: all 0.5s;
}
.miku-shady * {
visibility: hidden;
transition: all 0.5s;
transition: all 0.5s;
}
}
.miku-shady:hover {
.miku-shady:hover {
visibility: visible;
color: white;
color: white;
}
}

2024年4月24日 (三) 00:41的版本

.miku-shady {
	background-color: #39C5BB; 
	color: #39C5BB;
	transition: all 0.5s;
}
.miku-shady * {
	visibility: hidden;
	transition: all 0.5s;
}
.miku-shady:hover {
	visibility: visible;
	color: white;
}