added gitlab link, made footer more contrasting

This commit is contained in:
/dev/urandom 2020-04-10 10:34:24 +03:00
parent c4f41f9607
commit 4909b189bc
2 changed files with 4 additions and 2 deletions

View file

@ -50,7 +50,8 @@ p {
.footer {
background: #d4d4d4;
color: #9d9d9d;
color: #4b4b4b;
text-align: center;
font-family: sans-serif;
font-size: 0.8em;
padding: 12pt 6pt;

View file

@ -17,7 +17,8 @@
<?theme body?>
</div>
<div class="footer">
Website created and updated by /dev/urandom.
Website created and updated by /dev/urandom. Source code available on the
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.
</div>
</body>
</html>