changed fonts; changed colour for project n5 devlogs to red; added page for next devlog with new banner
This commit is contained in:
28
src/routes/projects/projectn5/devlog/+layout.svelte
Normal file
28
src/routes/projects/projectn5/devlog/+layout.svelte
Normal 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>
|
||||
Reference in New Issue
Block a user