summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-02-07 20:31:49 -0700
committerDan Allen <dan@opendevise.com>2018-02-08 16:10:04 -0700
commitfb4c1919036f19967e1572d1a0352bda7e9a6fe4 (patch)
tree241b852e646eaeb3984cc0830b7cdeb35edddf10 /src
parent19fc9202c8d3f4da4d685ca1dbbaa3812248c9f3 (diff)
downloadalpine-antora-theme-fb4c1919036f19967e1572d1a0352bda7e9a6fe4.tar.bz2
alpine-antora-theme-fb4c1919036f19967e1572d1a0352bda7e9a6fe4.tar.xz
style links in footer
- color #5d5d5d - text decoration underline only on hover
Diffstat (limited to 'src')
-rw-r--r--src/css/footer.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/css/footer.css b/src/css/footer.css
index 5e12675..7dd2bad 100644
--- a/src/css/footer.css
+++ b/src/css/footer.css
@@ -8,3 +8,12 @@ footer.footer {
.footer p {
margin: 0.5rem 0;
}
+
+.footer a {
+ color: #5d5d5d;
+ text-decoration: none;
+}
+
+.footer a:hover {
+ text-decoration: underline;
+}