Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-30 22:57:37 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-30 22:57:37 +0300
commite62ebdefc497292d2706b083fc82585803a60100 (patch)
tree21e8f406367e27a1839db30b91a39f95cee29542 /layouts
parentef2c04e6c75921cd40ff1d123e744ef0cfa4daf1 (diff)
Footer bg color and border
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/style.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 3f735a7..df6a059 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-<footer id="footer" class="mt-auto text-center text-secondary">
+<footer id="footer" class="mt-auto text-center text-muted">
<div class="container">
{{ .Site.Params.footerText | markdownify }}
</div>
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 78da81e..596e44d 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -22,6 +22,8 @@
}
#footer .container {
padding: 1em 0;
+ background-color: #f5f5f5;
+ border-top: 1px solid #ccc;
}
#footer a {
color: inherit;