Feature summary (what you would like to be able to do and where):
Remove the !important flags from ext.wikimediamessages.styles/mixins.less.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Affected templates such as en:TM:Ambox have color coding that is overridden by this style.
Tackling the !important head-on is suboptimal since it can cause visual glitches in other templates that transclude the ambox and break users' CSS customizations.
This proposal was inspired by Izno's comments at Template talk:Ambox#Fix stripe and bg color in dark mode
Benefits (why should this be implemented?):
The current specificity is already enough for all of the remaining use cases of the strip-colors style as far am I'm aware and would allow for much better fixes to restore functionality in affected templates.