diff --git a/www/assets/css/app.css b/www/assets/css/app.css index eb6cfb1..9af60d0 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -42,6 +42,7 @@ --color-accent: #2e7de9; /* primary brand blue */ --color-accent-ink: #1b5fc4; /* accent text on light bg (AA) */ --color-accent-soft: #dceafb; /* accent tint fills */ + --color-brand: #334155; /* logo lockup (mark + wordmark) — neutral slate */ --color-green: #587539; --color-green-soft: #dcead0; --color-yellow: #8c6c3e; @@ -79,6 +80,7 @@ --color-accent: #7aa2f7; --color-accent-ink: #a9c2ff; --color-accent-soft: #243049; + --color-brand: #cbd5e1; /* logo lockup — light slate for dark bg */ --color-green: #9ece6a; --color-green-soft: #25332a; --color-yellow: #e0af68; @@ -111,6 +113,7 @@ --color-accent: #7aa2f7; --color-accent-ink: #a9c2ff; --color-accent-soft: #243049; + --color-brand: #cbd5e1; /* logo lockup — light slate for dark bg */ --color-green: #9ece6a; --color-green-soft: #25332a; --color-yellow: #e0af68; diff --git a/www/layouts/partials/brand.html b/www/layouts/partials/brand.html index 051e8b3..4913430 100644 --- a/www/layouts/partials/brand.html +++ b/www/layouts/partials/brand.html @@ -1,8 +1,14 @@ -{{- /* brand.html — logo badge + "herdr plus" wordmark. Param: .size ("sm"|"md") */ -}} +{{- /* brand.html — "herdr" wordmark + a hairline plus glyph that reads as the + "+" of herdr+. Mark + wordmark share one cohesive, theme-aware color + (--color-brand) so the whole lockup adapts between light/dark. + Param: .size ("sm"|"md") */ -}} {{- $size := .size | default "md" -}} -{{- $badge := cond (eq $size "sm") "h-7 w-7" "h-8 w-8" -}} +{{- $mark := cond (eq $size "sm") "h-[22px] w-[22px]" "h-[26px] w-[26px]" -}} {{- $text := cond (eq $size "sm") "text-lg" "text-xl" -}} - - - herdr plus + + herdr + {{- /* hairline plus, optically centered, inherits the lockup color via currentColor */ -}} + diff --git a/www/static/images/apple-touch-icon.png b/www/static/images/apple-touch-icon.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/apple-touch-icon.png and b/www/static/images/apple-touch-icon.png differ diff --git a/www/static/images/favicon-32.png b/www/static/images/favicon-32.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/favicon-32.png and b/www/static/images/favicon-32.png differ diff --git a/www/static/images/favicon.ico b/www/static/images/favicon.ico index cb79eea..1c71d42 100644 Binary files a/www/static/images/favicon.ico and b/www/static/images/favicon.ico differ diff --git a/www/static/images/icon-16.png b/www/static/images/icon-16.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/icon-16.png and b/www/static/images/icon-16.png differ diff --git a/www/static/images/icon-180.png b/www/static/images/icon-180.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/icon-180.png and b/www/static/images/icon-180.png differ diff --git a/www/static/images/icon-256.png b/www/static/images/icon-256.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/icon-256.png and b/www/static/images/icon-256.png differ diff --git a/www/static/images/icon-32.png b/www/static/images/icon-32.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/icon-32.png and b/www/static/images/icon-32.png differ diff --git a/www/static/images/icon-512.png b/www/static/images/icon-512.png index 303407d..fd5cdb2 100644 Binary files a/www/static/images/icon-512.png and b/www/static/images/icon-512.png differ diff --git a/www/static/images/logo.svg b/www/static/images/logo.svg index 0b027b9..e476c6f 100644 --- a/www/static/images/logo.svg +++ b/www/static/images/logo.svg @@ -1,23 +1,16 @@ - - - - - - - - - - - - - - - + + diff --git a/www/static/images/og.png b/www/static/images/og.png index 1d21122..cb9a34f 100644 Binary files a/www/static/images/og.png and b/www/static/images/og.png differ