The color of the announcement has extreme urgency colors but the content is irrelevant for 99.99% and even for 0.01% only relevant once.
I suggest
-
using calmer colors.
-
using local storage to allow users both logged in and out to close it with an 'x' in the top right corner.
I'm using this in a userstyle for now:
section.bw-announcement_banner {
background-color: white;
color: grey;
}
section.bw-announcement_banner a {
background-color: white;
color: grey;
}
The color of the announcement has extreme urgency colors but the content is irrelevant for 99.99% and even for 0.01% only relevant once.
I suggest
using calmer colors.
using local storage to allow users both logged in and out to close it with an 'x' in the top right corner.
I'm using this in a userstyle for now: