diff --git a/index.html b/index.html index 2b6a4ab..afc4a92 100644 --- a/index.html +++ b/index.html @@ -93,6 +93,12 @@ } h1 { margin: 0; font-size: 1.3rem; font-weight: 800; letter-spacing: 0.5px; color: var(--header-text); text-shadow: 1px 1px 2px rgba(0,0,0,0.1); font-family: 'Cormorant Garamond', Georgia, serif; } + .brand { display: flex; align-items: center; gap: 10px; } + .brand-icon { + width: 32px; height: 32px; border-radius: 10px; + background: rgba(255,255,255,0.15); padding: 6px; + box-shadow: inset 0 1px 2px rgba(0,0,0,0.05); + } .header-controls { display: flex; gap: 10px; } @@ -291,7 +297,10 @@