From 668b1c2ce3afff2be37b0d6c2640f2122a23287f Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:48:31 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/footer.css | 4 ++-- themes/mytheme/layouts/partials/footer.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/mytheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css index 6738b06..60ba16e 100644 --- a/themes/mytheme/assets/css/common/footer.css +++ b/themes/mytheme/assets/css/common/footer.css @@ -1,6 +1,6 @@ .footer, .top-link { - font-size: 12px; + font-size: 10px; color: var(--secondary); } @@ -9,7 +9,7 @@ margin: auto; padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap); text-align: center; - line-height: 24px; + line-height: 12px; } .footer span { diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html index 2a876c6..70ffeb4 100644 --- a/themes/mytheme/layouts/partials/footer.html +++ b/themes/mytheme/layouts/partials/footer.html @@ -4,7 +4,7 @@ {{ site.Copyright | markdownify }} {{- else }} © Morgan ยท PaperMod -
+
Ver.{{ site.Params.buildDate }} Toggle Dark Mode {{- end }}