模板:Miku shady/miku.css

来自Hyacinth
草awa留言 | 贡献2024年4月24日 (三) 00:21的版本 (Created page with ".shady { background-color: #39C5BB; color: #39C5BB; transition: all 0.5s; } .shady:hover { color: white; }")
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索
.shady {
	background-color: #39C5BB; 
	color: #39C5BB;
	transition: all 0.5s;
}
.shady:hover {
	color: white;
}