diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 4ea2190..155e4a6 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -7,6 +7,7 @@ <meta content="width=device-width" name="viewport" /> <style> a.active,a:hover{text-decoration:underline} + a[href^=http]:where(:not([href*="minskio.co.uk/"]))::after{content:"↗"} body{margin:0;word-wrap:break-word;font:calc(.75em + 1.3vmin)/1.6 "Segoe UI",Helvetica,Arial,sans-serif} h2{font-size:xx-large;margin-bottom:unset} a{text-decoration:none;color:#03c} |