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:
Waldir Pimenta 2021-08-26 08:59:25 +01:00 committed by GitHub
parent e35436a9bc
commit 6bce11114d
Failed to generate hash of commit

View file

@ -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;