Template:剧透/styles.css

Baneq留言 | 贡献2026年6月5日 (五) 14:32的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.nc-spoiler {
	background-color: #202122;
	color: transparent;
	border-radius: 3px;
	padding: 0 4px;
	cursor: help;
	transition: color .15s ease, background-color .15s ease;
}
.nc-spoiler:hover,
.nc-spoiler:focus {
	color: #fff;
	background-color: #3a3b3c;
}