From 6427d3eb7c1f8feecd778dccba80cb7b832263d3 Mon Sep 17 00:00:00 2001 From: Manolis Stamatogiannakis Date: Thu, 11 Jun 2020 16:27:02 +0200 Subject: [PATCH] fix: Removed references to ampl css class from links.css. Fixes #620. --- static/css/links.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/css/links.css b/static/css/links.css index b4225b6ed..d63d425df 100644 --- a/static/css/links.css +++ b/static/css/links.css @@ -1,6 +1,3 @@ -article p:not(#list-of-translations):not(#post-share-links) a:not(.ampl), -article ol a:not(.ampl), -blockquote a:not(.ampl), article div.article-content ul:not(.articles-timeline):not(.related-posts-list) @@ -44,8 +41,7 @@ div.recent-posts-posted a { text-decoration: none; } } -#lunr-search-result > div.lunr-search-result-item > h4 > a, -a.ampl { +#lunr-search-result > div.lunr-search-result-item > h4 > a { color: royalblue; display: inline-block; position: relative;