Start work on dark-mode, fix heading scroll position

This commit is contained in:
Riyyi
2025-03-31 15:02:51 +02:00
parent c26c74a2fb
commit 86e08604dd
18 changed files with 243 additions and 53 deletions
+10
View File
@@ -28,3 +28,13 @@
</BCollapse>
</BNavbar>
</template>
<style scoped>
nav {
box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .28);
}
[data-bs-theme=dark] nav {
box-shadow: 0 .25rem .5rem rgba(255, 0, 0, .28);
}
</style>