Footer: improve styling, add src and gemini links

This commit is contained in:
Hedy Li 2022-02-03 20:29:59 +08:00
parent dd00b1faf0
commit e724846739
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 10 additions and 1 deletions

View File

@ -91,5 +91,11 @@ form :invalid{border:2px solid red}
}
footer{
border-top:1px solid gray;
/* chose this color merely because it is quite suitable in the footer */
border-top:1px solid #696969;
padding-top: .6rem;
margin-top: 2rem;
font-size: .8rem;
color: var(--nc-d-tx-2);
text-align: center;
}

View File

@ -1,2 +1,5 @@
<br>
<p><a href="https://tildegit.org/cafe/site">site source</a> &middot;
<a href="gemini://tilde.cafe/">gemini capsule</a></p>
</footer>
</html>