Skip to content

Commit

Permalink
💄Display right-up arrow next to external links with readthedocs theme
Browse files Browse the repository at this point in the history
Now works with both material **and readthedocs** theme
  • Loading branch information
ebouchut committed Oct 20, 2024
1 parent fea7f35 commit 3eda6e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
* Materialize links that open in a new window/tab with a right-up arrow icon
*/
.md-main a[target="_blank"]::after {
.md-main a[target="_blank"]::after,
.document a[target="_blank"]::after {
content: "↗";
display: inline-block;
margin-left: 0.2em;
Expand Down

0 comments on commit 3eda6e9

Please sign in to comment.