Template:Dialogue scene/styles.css

Template page
Revision as of 19:33, 11 December 2021 by ChaoticShadow (talk | contribs) (Created page with ".dialogue-scene { text-align: center; font-weight: bold; margin: 1em auto; width: 600px; background: var(--color-surface-2); border: 1px solid var(--color-surface-3); border-radius: var(--border-radius--medium); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.dialogue-scene {
	text-align: center;
	font-weight: bold;
	margin: 1em auto;
	width: 600px;
	background: var(--color-surface-2);
	border: 1px solid var(--color-surface-3);
	border-radius: var(--border-radius--medium);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.