Add root-wood mark to the site header
deploy / deploy (push) Successful in 4s

Traced from a piece of petrified root wood the user owns, simplified into
a flat currentColor SVG so it matches the header text in both light and
dark mode, plus a bio line explaining the connection.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 13:12:07 -04:00
parent 3d197e5c9a
commit 2a5b1edf19
4 changed files with 35 additions and 2 deletions
+8
View File
@@ -107,12 +107,20 @@ header.site .inner {
flex-wrap: wrap;
}
header.site .brand {
display: flex;
align-items: center;
gap: 0.6rem;
font-family: var(--font-heading);
font-weight: 700;
font-size: 1.1rem;
color: var(--bg);
text-decoration: none;
}
header.site .brand svg {
height: 28px;
width: auto;
display: block;
}
header.site nav {
display: flex;
gap: 1.5rem;