Add copyright

columns
Tanner Collin 3 years ago
parent e9c31546ab
commit fac9de10aa
  1. 5
      themes/theme/templates/base.html
  2. 7
      themes/theme/templates/style.css

@ -67,6 +67,11 @@
</div>
</div>
<p class="copyright">
© 2012–2021 Tanner Collin
</p>
<script>
function setTheme(theme) {
console.log('Setting theme to', theme);

@ -19,7 +19,12 @@ pre {
.container {
max-width: 56rem;
margin: 2rem auto 0 auto;
margin: 2rem auto 12rem auto;
}
.copyright {
font: 1rem/1.5 Apparatus SIL,serif;
text-align: center;
}
.theme-select {

Loading…
Cancel
Save