josh-collinsworth / joco-sveltekit

The home of my static SvelteKit site.
https://joshcollinsworth.com
70 stars 14 forks source link

fix contrast error in Note callout text #31

Closed mkwsnyder closed 10 months ago

mkwsnyder commented 11 months ago

<Note> callout text (not the note content) fails accessibility contrast on dark mode.

Light Mode

(no issue here, simply here to compare)

light mode example

Dark Mode

Before

dark mode example before fix

After

dark mode example after fix

netlify[bot] commented 11 months ago

Deploy Preview for josh-collinsworth ready!

Name Link
Latest commit 224bbb0bd8f9006989394cbe305b74532ba5194f
Latest deploy log https://app.netlify.com/sites/josh-collinsworth/deploys/64ac7d498465c100085937e4
Deploy Preview https://deploy-preview-31--josh-collinsworth.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

josh-collinsworth commented 10 months ago

Sorry it took me so long to look at this, but thanks for the contribution!