/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;
|
justify-content: center;
|
||||||
text-align: 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?q=&sort=created_at&dir=desc&date=-1&type=Recent">Recent ❓</a></div>
|
||||||
<div class="tileBox"><a href="/search">Search 🔍</a></div>
|
<div class="tileBox"><a href="/search">Search 🔍</a></div>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue