Modify the style of the footer.

This commit is contained in:
Mary 2022-11-09 14:43:15 +00:00
parent d5a539576f
commit b29a407817
4 changed files with 15 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
title: ""
date: 2022-10-01T12:11:53+01:00
draft: false
---

View File

@ -62,9 +62,19 @@ td img {
}
.site-footer {
color: black;
background-color: #fc0;
padding: 4rem;
margin-top: 3rem;
}
.font-footer {
color: #400000 !important;
font-weight: bold !important;
font-size: 1.5rem !important;
}
.font-footer a {
color: #400000 !important;
}

View File

@ -12,7 +12,8 @@
<!-- The part of the page that begins to differ between templates -->
{{ end }}
</main>
</div>
<div class="site-footer">
{{- partialCached "footer.html" . }}
</div>
</body>

View File

@ -1,3 +1,3 @@
<footer class="footer site-footer">
<footer class="footer font-footer">
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ .Site.Copyright }}</a></span>
</footer>