Jump to content

Template:Code convention example/styles.css

From wikiNonStop
Revision as of 08:25, 10 April 2026 by Majestix (talk | contribs) (1 revision imported: Initial Setup)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.code-convention-positive {
	border: 2px solid #00af89;
	margin: 1em 0;
}

.code-convention-negative {
	border: 2px solid #d33;
	margin: 1em 0;
}

.code-convention-example .mw-highlight {
	margin: 1em;
}