Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:PatchData/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
}
}


.template-patchdata-status--ends {
.template-patchdata-status--ended {
color: var( --color-success );
color: #ff0000 !important; /* Bright red to check */
}
 
.template-patchdata-status--finished {
color: var( --color-success );
}
}

Latest revision as of 03:57, 15 March 2025

.template-patchdata-status--upcoming {
	color: var( --color-warning );
}

.template-patchdata-status--released {
	color: var( --color-success );
}

.template-patchdata-status--ended {
	color: #ff0000 !important; /* Bright red to check */
}