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 {
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue