a11y: increase contrast ratio of link colors in dark mode
This commit is contained in:
parent
f17673a404
commit
3f13ac28c4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const { title, description, ogImage } = Astro.props
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
a {
|
||||
color: var(--color-brand-blue-3);
|
||||
color: var(--text-color-light);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue