a11y: switch to better contrasted links

And underline for external links otherwise the new green color is too close to the text one to clearly identify links.
This commit is contained in:
David Larlet 2025-02-28 14:05:26 -05:00
parent 48daa0a77f
commit 4f5d37b676
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -19,7 +19,10 @@ h1, h2, h3, h4, h5, h6, label, hr {
} }
a { a {
text-decoration: none; text-decoration: none;
color: SeaGreen; color: #1F5C39;
}
a[href^="http"] {
text-decoration: underline;
} }
button { button {
cursor: pointer; cursor: pointer;