Skip to content

Commit

Permalink
πŸ’„ Add an up-right arrow icon next to links that open in a new window
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Jan 25, 2024
1 parent 8b3eae7 commit 1841b94
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,14 @@ article ul ul ul {
.loop-biggest {
font-size: 1.6em;
}

/*
* Materialize links that open in a new window/tab with a right-up arrow icon
*/
a[target="_blank"]::after {
content: 'β†—';
display: inline-block;
margin-left: 0.2em;
width: 1em;
height: 1em;
}

0 comments on commit 1841b94

Please sign in to comment.