Add copyright

This commit is contained in:
Tanner Collin 2021-04-09 01:11:55 +00:00
parent e9c31546ab
commit fac9de10aa
2 changed files with 20 additions and 10 deletions

View File

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

View File

@ -19,7 +19,12 @@ pre {
.container { .container {
max-width: 56rem; 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 { .theme-select {