aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-20 13:42:45 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-20 13:42:45 -0500
commit6d5fbf824aa40abd15841d71c8feca1ee47c92b2 (patch)
treecfd0199dbc7a0c360d0ecfe8abe5541c9debce2b /app/views
parent03fed7740c59ad942515e4d0fc8e7a82a63315a4 (diff)
downloadthedroneely.com-6d5fbf824aa40abd15841d71c8feca1ee47c92b2.tar.gz
thedroneely.com-6d5fbf824aa40abd15841d71c8feca1ee47c92b2.tar.bz2
thedroneely.com-6d5fbf824aa40abd15841d71c8feca1ee47c92b2.zip
app/views/partials/footer: Let footer have better contrast and consistency
Diffstat (limited to 'app/views')
-rw-r--r--app/views/partials/footer.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index d8c4f7e..28024ee 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -24,13 +24,13 @@
<div class="footer__section">
- <p class="has-text-grey-dark has-text-right has-text-centered-mobile is-size-7">
+ <p class="has-text-dark has-text-right has-text-centered-mobile is-size-7">
Design inspired by
<a href="https://github.com/solutionroute/hugo-smorg">Smorg</a> &mdash;
- Built with <a href="https://secure.php.net/">PHP</a> &middot;
- <a href="https://gohugo.io/">Hugo</a> &middot;
+ Built with <a href="https://secure.php.net/">PHP</a> |
+ <a href="https://gohugo.io/">Hugo</a> |
<a href="https://posativ.org/isso/">Isso</a> &mdash;
- See development profile at <a href="https://github.com/tdro">Github</a> &middot;
+ See development profile at <a href="https://github.com/tdro">Github</a> |
<a href="https://gitlab.com/tdro">Gitlab</a> &mdash;
Subscribe to <a href="/rss.xml">RSS Feed</a> &mdash;
Chat at <a href="https://keybase.io/tdro">Keybase</a> &mdash;
@@ -39,7 +39,7 @@
<br>
- <p class="has-text-grey has-text-right has-text-centered-mobile is-size-7">
+ <p class="has-text-grey-dark has-text-right has-text-centered-mobile is-size-7">
Copyright &copy; Thedro Neely <?php echo date("Y"); ?>. All rights reserved.
</p>