Style links in package details consistently (#333)
Making the links the same color as the non-linked text makes it hard to figure out which of the items are links and which are plain text. This change lets the default link color apply to the links in package details.
This commit is contained in:
parent
e35436a9bc
commit
6bce11114d
|
@ -373,10 +373,6 @@ header .navbar.navbar-static-top {
|
|||
& > li {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
|
||||
& > a {
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
& > li:last-child {
|
||||
margin-right: 0;
|
||||
|
|
Loading…
Reference in a new issue