summaryrefslogtreecommitdiffstats
path: root/themes/Brine/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorbreadcat2020-06-28 13:11:41 +0100
committerbreadcat2020-06-28 13:11:41 +0100
commita9f2d267944126d23bdc85c7602b1ae58d3382a5 (patch)
tree34b08546e3a806d3d411f9bf92a1b969e7049711 /themes/Brine/layouts/_default/baseof.html
parent1e64c660d024e04869845e143bee4cc5ea9b2aa2 (diff)
downloadblog.minskio.co.uk-a9f2d267944126d23bdc85c7602b1ae58d3382a5.tar.gz
blog.minskio.co.uk-a9f2d267944126d23bdc85c7602b1ae58d3382a5.tar.bz2
blog.minskio.co.uk-a9f2d267944126d23bdc85c7602b1ae58d3382a5.zip
Remove and adjust uneccesary class
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-rw-r--r--themes/Brine/layouts/_default/baseof.html2
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}