模板:Black shady/styles.css

来自Hyacinth
跳转到导航 跳转到搜索
.shady {
	background-color: #252525; 
	color: black;
	transition: all 0.5s;
}
.shady:hover {
	color: #ffffff;
}