More actions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
} | } | ||
.template-patchdata-status-- | .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 */
}