mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
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:
parent
48daa0a77f
commit
4f5d37b676
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue