/about style tweaks and status page link on home

This commit is contained in:
magmaus3 2023-06-09 15:05:16 +02:00
parent 4016e2bb66
commit b4a8ae73eb
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
2 changed files with 10 additions and 1 deletions

View file

@ -58,3 +58,12 @@ footer > a {
justify-content: center;
text-align: center;
}
.About a:hover {
color: cyan;
}
.About a {
color: skyblue;
}

View file

@ -58,7 +58,7 @@
<div class="tileBox"><a href="/search?q=&sort=created_at&dir=desc&date=-1&type=Recent">Recent ❓</a></div>
<div class="tileBox"><a href="/search">Search 🔍</a></div>
</div>
<footer><a href="/about">About</a><a href="https://git.magmaus3.eu.org/magmaus3/iwm_browser">Source Code</a></footer>
<footer><a href="/about">About</a><a href="https://status.magmaus3.eu.org/status/iwm">Status</a><a href="https://git.magmaus3.eu.org/magmaus3/iwm_browser">Source Code</a></footer>
</div>
</div>
</body>