Fix
This commit is contained in:
parent
cb6c725e64
commit
668b1c2ce3
|
@ -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 {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
{{- else }}
|
||||
<a href="/admin/" style="text-decoration: none;">©</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 }}
|
||||
|
|
Loading…
Reference in New Issue