This commit is contained in:
Morgan 2023-11-08 16:48:31 +09:00
parent cb6c725e64
commit 668b1c2ce3
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -4,7 +4,7 @@
<span>{{ site.Copyright | markdownify }}</span>
{{- else }}
<a href="/admin/" style="text-decoration: none;">&copy;</a> <span><a href="{{ "" | absLangURL }}">Morgan</a> · PaperMod</span>
<div style="font-size: 10px;">
<br/>
<span style="">Ver.{{ site.Params.buildDate }} </span>
<a href="#" id="theme-toggle">Toggle Dark Mode</a>
{{- end }}