From 6bce11114d65f02ed522758bfde0bb211057fd16 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 26 Aug 2021 08:59:25 +0100 Subject: [PATCH] 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. --- src/index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.less b/src/index.less index 34aeaa9..889134c 100644 --- a/src/index.less +++ b/src/index.less @@ -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;