Template:Wrap/styles.css

From Qa2triots Wiki
Jump to navigationJump to search
.templatewrapper summary {
	color: #0645ad;
	cursor: pointer;
	margin: auto;
	user-select: none;
}
.templatewrapper summary:hover {
	text-decoration: underline;
	color: #447ff5;
}
.templatewrapper summary:active {
	color: #2a4b8d;
}
.templatewrapper summary::marker {
	content: "";
}
.templatewrapper summary::before {
	content: "[";
	color: black;
}
.templatewrapper summary::after {
	content: "]";
	color: black;
}