From eda73f572a070b352044c11346146f271e11324f Mon Sep 17 00:00:00 2001 From: aniongithub Date: Sun, 17 May 2026 21:52:31 -0700 Subject: [PATCH] docs(site): brand logo and favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - favicon.svg at repo root, linked from index.html . - Replace the โ—ˆ glyph placeholder in the nav and footer with an inline SVG of the chip logo. Uses fill=currentColor so the existing .logo-icon { color: var(--accent) } rule keeps tinting it brand-blue. - style.css: convert .logo-icon from a font-sized text glyph into a flex inline-block sized via its children. --- favicon.svg | 6 ++++++ index.html | 10 ++++++++-- style.css | 7 ++++++- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 favicon.svg diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..3f4b7f3 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/index.html b/index.html index 8ae2ac5..ccbdfe1 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + @@ -20,7 +21,9 @@