styled links in project posts

This commit is contained in:
2026-04-08 15:04:44 +02:00
parent 391debf3b4
commit 040862a3e5
4 changed files with 69 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts">
let y: number;
// TODO change out for <a href="#top"/>
function scrollToTop() {
document.documentElement.scrollTop = 0;
}