模板:模板文档/style.css:修订间差异

来自「荏苒之境」
无编辑摘要
无编辑摘要
第13行: 第13行:


.documentation-header a {
.documentation-header a {
color: white !important;
filter: brightness(5);
opacity: 0.8;
}
}



2025年8月6日 (三) 21:26的版本

.documentation {
	clear: both;
	border: 1px solid #616f8b;
	margin: 1em;
}

.documentation-header {
	color: white;
	background: #616f8b ;
	padding: 1em;
	margin: 0;
}

.documentation-header a {
	filter: brightness(5);
	opacity: 0.8;
}

.documentation-content {
	background: #edf2fc;
	padding: 1em;
	margin: 0;
}