Skip to content

Commit

Permalink
Short term solution for #335
Browse files Browse the repository at this point in the history
  • Loading branch information
skial committed Sep 13, 2016
1 parent 5e96f06 commit 3809c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/frontpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ html[class*="/frontpage"] main ul li[id^="link"] {
align-items: center;
}

html[class*="/frontpage"] main ul li[id^="link"]::after {
/*html[class*="/frontpage"] main ul li[id^="link"]::after {
content: url("/svg/external-link.min.svg");
position: relative;
display: inline-block;
width: 1.5rem;
height: 1.5rem;
margin-left: 1rem;
color: rgba(51 ,51, 51, 1);
}
}*/

html[class*="/frontpage"] main li > *:not(h1):not(a) {
display: none;
Expand Down

0 comments on commit 3809c7f

Please sign in to comment.