to top button

This commit is contained in:
Quad 2025-04-30 22:34:32 +02:00
parent 9fb0211c76
commit 8f33831e8a
2 changed files with 7 additions and 0 deletions

View File

@ -73,6 +73,10 @@ body {
font-weight: normal; font-weight: normal;
} }
.to-top {
float: right;
}
a { a {
color: #00e; color: #00e;
text-decoration: none; text-decoration: none;

View File

@ -1,3 +1,6 @@
<p class="to-top">
<a href="#site-title">Return to top</a>
</p>
<small> <small>
<a href="/index.xml">RSS Feed</a> <a href="/index.xml">RSS Feed</a>
<a href="https://forge.quad.moe/quad/blog">Source Code</a> <a href="https://forge.quad.moe/quad/blog">Source Code</a>