模板:Black shady/styles.css

来自Hyacinth
草awa留言 | 贡献2024年4月24日 (三) 00:24的版本 (Cao awa移动页面Template:Base shady/styles.cssTemplate:Black shady/styles.css,不留重定向)
跳转到导航 跳转到搜索
.shady {
	background-color: #252525; 
	color: black;
	transition: all 0.5s;
}
.shady:hover {
	color: #ffffff;
}