diff options
Diffstat (limited to 'themes/Brine/layouts/_default')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 20cf372..361f24b 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -6,7 +6,7 @@ <meta content="{{ .Site.Params.author | default "John Doe" }}" name="author" /> <meta content="width=device-width" name="viewport" /> <style> - a:hover,a.page-link.a{text-decoration:underline} + a:hover,a.active{text-decoration:underline} body{margin:0;word-wrap:break-word;font:calc(.75em + 1.3vmin)/1.6 "Segoe UI",Helvetica,Arial,sans-serif} h2{margin-top:40px} a{text-decoration:none;color:#03c} |