Improve contrast on Tags navbar link
This commit is contained in:
parent
da7ca76ed5
commit
a02c96f8b0
1 changed files with 2 additions and 8 deletions
|
|
@ -69,11 +69,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.nav-tags-link {
|
a.nav-tags-link {
|
||||||
color: light-dark(#0bb, #0fa);
|
color: light-dark(#0a9, #0fa);
|
||||||
background: light-dark(#ccdfdf, #333);
|
background: light-dark(#ccdfdf, #333);
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
text-decoration-color: light-dark(#00923f, #0e6);
|
text-decoration-color: light-dark(#00803f, #0e6);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.nav-tags-link:hover {
|
a.nav-tags-link:hover {
|
||||||
|
|
@ -177,12 +177,6 @@ span.taxon-count {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.taxon-title {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.taxon-title a.taxon-rss-link {
|
.taxon-title a.taxon-rss-link {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue