Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Template:VelaTale/styles.css: Difference between revisions

Template page
Content deleted Content added
Created page with ".ChapterTitle { color: var(--color-amaranth-legacy-scope); text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px !important; font-size: 26px; text-align: center }"
 
No edit summary
Line 1: Line 1:
.ChapterTitle {
.ChapterTitle {
color: var(--color-amaranth-legacy-scope);
color: var(--color-amaranth-legacy-scope) !important;
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px !important;
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px !important;
font-size: 26px;
font-size: 26px !important;
text-align: center
text-align: center !important;
}
}

Revision as of 15:10, May 31, 2025

.ChapterTitle {
	color: var(--color-amaranth-legacy-scope) !important;
	text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px !important;
	font-size: 26px !important;
	text-align: center !important;
}