This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Description
Feature request description
The options for banners in global settings gives us 3 parameters to work with. It would be helpful if we could add a fourth to define the color of the banner, for instances where a given customer levees the requirement onto us.
Example:
"notices": [
{
"message": "Your message here! [Include a link for more information](http://example.com).",
"location": "top",
"dismissible": true,
"color": #FF0000
}
]
(might also need a KV pair for banner text color)
Is your feature request related to a problem? If so, please describe.
May be an issue for some customers that have set standards on banner colors.
Describe alternatives you've considered.
Could change the CSS on each build, but that would not scale well.
Additional context
Code for Notice configuration is found here: doc/admin/config/settings.md