nolanlawson / pinafore

Alternative web client for Mastodon (UNMAINTAINED)
https://pinafore.social
GNU Affero General Public License v3.0
1.02k stars 173 forks source link

Improve notification page readability #2278

Closed NickColley closed 1 year ago

NickColley commented 1 year ago

Use lowest possible contrast gray that meets WCAG requirements for very deemphasised text.

Makes the notification page more readable without compromising access as much.

Closes https://github.com/nolanlawson/pinafore/issues/2249

NickColley commented 1 year ago

@nolanlawson this one is for review as well really but I'd need to do the work to properly pass data through to hide the status toolbar rather than hacking it if you're into this.

Alternatively we just keep the status toolbar and keep the colour changes, which I think meet the requirement of being deemphasised but still readable.

NickColley commented 1 year ago

I missed up a rebase this is not dependent on the other work so will fix that and should be easier to review then

NickColley commented 1 year ago

Continued in #2302