contentmodel.io-web
contentmodel.io-web copied to clipboard
Accessible colors in Dark Mode
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:

Proposed, accessible styling:

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%);