styling share

This commit is contained in:
Jay V 2025-05-28 14:10:15 -04:00
commit 71bab45065
5 changed files with 140 additions and 12 deletions

View file

@ -54,4 +54,9 @@ const links = config.social || [];
}
}
</style>
<style is:global>
body > div.page > header {
border-color: var(--sl-color-divider);
}
</style>