Temporary fix for missing icon on external links

This commit is contained in:
Valentin Brandl 2017-04-07 18:07:12 +02:00
parent 89aaeff64e
commit 9b749a61c9
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -0,0 +1,3 @@
<style media="screen">
a[target="_blank"]::after { content: "" }
</style>