More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
.template-patchdata-status--ended { | .template-patchdata-status--ended { | ||
color: | color: #ff0000 !important; /* Bright red to check */ | ||
} | } | ||
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 */
}