/about style tweaks and status page link on home
This commit is contained in:
parent
4016e2bb66
commit
b4a8ae73eb
2 changed files with 10 additions and 1 deletions
|
@ -58,3 +58,12 @@ footer > a {
|
|||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.About a:hover {
|
||||
color: cyan;
|
||||
}
|
||||
|
||||
.About a {
|
||||
color: skyblue;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue