X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..d512c5ee6662a6513df2ff9ac8ab4ddc642ca693:/themes/monochrome/style.css diff --git a/themes/monochrome/style.css b/themes/monochrome/style.css index 41a3a4441..bd3fdf593 100644 --- a/themes/monochrome/style.css +++ b/themes/monochrome/style.css @@ -36,12 +36,16 @@ body { * thanks to */ #content a[href^="http:"]:after, -#content a[href^="https:"]:after { +#content a[href^="https:"]:after, +#enclosure a[href^="http:"]:after, +#enclosure a[href^="https:"]:after { content: "↗"; } /* you will want to replicate this for your own domain in local.css */ #content a[href^="http://localhost"]:after, -#content a[href^="http://ikiwiki.info"]:after { +#content a[href^="http://ikiwiki.info"]:after, +#enclosure a[href^="http://localhost"]:after, +#enclosure a[href^="http://ikiwiki.info"]:after { content: none; }