More actions
Created page with ".template-patchdata-status--upcoming { color: var( --color-warning ); } .template-patchdata-status--released { color: var( --color-success ); }" |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
.template-patchdata-status--released { | .template-patchdata-status--released { | ||
color: var( --color-success ); | color: var( --color-success ); | ||
} | |||
.template-patchdata-status--ended { | |||
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 */
}