changed fonts; changed colour for project n5 devlogs to red; added page for next devlog with new banner

This commit is contained in:
2025-04-27 16:51:48 +02:00
parent c8e3fa3f70
commit 972efca6af
23 changed files with 155 additions and 26 deletions

View File

@@ -0,0 +1,28 @@
<script>
let { children } = $props();
</script>
{@render children()}
<style>
:root {
--color-highlight: #C76668 !important;
}
:global {
h2::before {
letter-spacing: -0.5rem;
content: ' ';
margin-right: 15px;
}
h3::before {
letter-spacing: -0.3rem;
content: ' ';
margin-right: 10px;
}
h4::before {
letter-spacing: -0.26rem;
content: ' ';
margin-right: 6px;
}
}
</style>