Improve contrast on Tags navbar link

This commit is contained in:
jultty 2026-05-02 16:16:22 -03:00
commit a02c96f8b0

View file

@ -69,11 +69,11 @@ body {
}
a.nav-tags-link {
color: light-dark(#0bb, #0fa);
color: light-dark(#0a9, #0fa);
background: light-dark(#ccdfdf, #333);
padding: 4px 6px;
border-radius: 4px;
text-decoration-color: light-dark(#00923f, #0e6);
text-decoration-color: light-dark(#00803f, #0e6);
}
a.nav-tags-link:hover {
@ -177,12 +177,6 @@ span.taxon-count {
font-size: 12px;
}
.taxon-title {
display: flex;
align-items: center;
width: 100%;
}
.taxon-title a.taxon-rss-link {
margin-left: 10px;
}