contentmodel.io-web icon indicating copy to clipboard operation
contentmodel.io-web copied to clipboard

Accessible colors in Dark Mode

Open allanwhite opened this issue 4 years ago • 0 comments

I run dark mode, and it's great to see ContentModel dot io support it!

Consider ensuring that text and especially links appear with sufficient contrast in Dark Mode scenarios.

Current state:

image

Proposed, accessible styling:

image

I selected a warm-hued pale yellow to go with the overall brand, and contrast the dark blue background.

    text-decoration-line: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    color: hsl(48deg 100% 80%);

allanwhite avatar Jul 29 '21 18:07 allanwhite