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

Template:Hr with image/styles-glowing.css: Difference between revisions

Template page
Content deleted Content added
No edit summary
No edit summary
 
Line 1: Line 1:
.hr-with-image::before,
.hr-with-image::before,
.hr-with-image::after {
.hr-with-image::after {
box-shadow: 0 0 6px var(--color-amaranth-legacy-scope);
box-shadow: 0 0 6px var(--template-arg-glowcolor, var(--color-amaranth-legacy-scope));
}
}

Latest revision as of 16:41, April 2, 2025

.hr-with-image::before,
.hr-with-image::after {
	box-shadow: 0 0 6px var(--template-arg-glowcolor, var(--color-amaranth-legacy-scope));
}