Skip to content

Commit

Permalink
fix: Removed references to ampl css class from links.css.
Browse files Browse the repository at this point in the history
Fixes #620.
  • Loading branch information
m000 committed Jun 11, 2020
1 parent e2f123d commit 6427d3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions static/css/links.css
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6427d3e

Please sign in to comment.