diff options
author | HombreLaser <buran@silosneeded.com> | 2024-10-19 18:52:49 -0600 |
---|---|---|
committer | HombreLaser <buran@silosneeded.com> | 2024-10-19 18:52:49 -0600 |
commit | 8d11d9322e7fbe551c1fe72f44d63da82c9e3301 (patch) | |
tree | ed51bf5bea27e686cf224c95ff07e7c26fefdb01 /_includes/footer.liquid | |
parent | 928380a89f59357d67cd7f6f8f548d13de5e0157 (diff) |
Add light theme
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r-- | _includes/footer.liquid | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 6eae99f..d7d8900 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -1,5 +1,5 @@ -<footer class="footer has-background-primary"> - <div class="has-text-centered"> +<footer class="has-background-dark footer column"> + <div class="pt-3 has-text-centered"> <p class="footer-content"> <b>{{ site.title }}</b> {{ site.data[site.active_lang].strings.global.under }} <a class="footer-url" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">CC BY-NC-ND</a> |