edited style and added games page

This commit is contained in:
2025-07-14 12:12:30 +02:00
parent d8cd9f9b7f
commit ea4592b4c2
8 changed files with 138 additions and 44 deletions

View File

@@ -47,8 +47,7 @@
</script>
<div class="toc-container notched">
<ul class="toc-list" bind:this={container}>
</ul>
<ul class="toc-list" bind:this={container}></ul>
</div>
<style>
@@ -60,6 +59,8 @@
background-color: var(--color-background-highlight);
padding: 16px 0;
position: sticky;
top: 20px;
}
.toc-list {