going for content

This commit is contained in:
2022-04-11 22:46:02 +03:00
parent 3a91ff1e61
commit 12bfd4c788
4 changed files with 18 additions and 20 deletions

View File

@@ -39,11 +39,7 @@
<footer>
<div>
<div>
{{- if .Site.Copyright -}}
{{ .Site.Copyright | markdownify }}
{{- else -}}
&copy; Motiejus Jakštys. <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
{{- end -}}
</div>
</div>
</footer>

View File

@@ -322,22 +322,14 @@ nav#TableOfContents ul {
color: #ccc;
background-color: #222;
}
header a,
header a:visited,
footer a,
footer a:visited,
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
header a, header a:visited,
footer a, footer a:visited,
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
color: #ccc;
}
}