Add external tab link to external links

This commit is contained in:
Matthew Grove
2019-02-06 19:27:37 +00:00
parent cbe34aa100
commit 98b09c3706

View File

@@ -18,6 +18,10 @@ a {
color: var(--mdc-theme-secondary);
}
a[href^="http"] ::after{
content: "<i class='material-icons'>open_in_new</i>"
}
.mdc-list-group h3 {
margin: 20px 16px auto 16px;
font-weight: normal;