From 7f1e4b98ee0c5f07b8d5cc2d8d18a555361c61fb Mon Sep 17 00:00:00 2001 From: John Loper II Date: Mon, 11 May 2026 17:16:03 -0400 Subject: [PATCH] =?UTF-8?q?Separate=20standalone=20leaf=20icon=20from=20te?= =?UTF-8?q?xt=20=E2=80=94=20favicon.svg=20+=20logo-icon.svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ img/favicon.svg | 23 ++++++++++++++++++----- img/logo-icon.svg | 23 +++++++++++++++++++++++ index.html | 7 +++---- 4 files changed, 49 insertions(+), 9 deletions(-) create mode 100644 img/logo-icon.svg diff --git a/css/style.css b/css/style.css index 8e3575b..137e13b 100644 --- a/css/style.css +++ b/css/style.css @@ -168,6 +168,11 @@ img { font-size: 1.5rem; } +.logo-icon-svg { + width: 36px; + height: 36px; +} + .logo-text .accent { color: var(--cyan-bright); } diff --git a/img/favicon.svg b/img/favicon.svg index de92dd2..90b17c7 100644 --- a/img/favicon.svg +++ b/img/favicon.svg @@ -1,6 +1,19 @@ - - - - - LB + + + + + + + + + + + + + diff --git a/img/logo-icon.svg b/img/logo-icon.svg new file mode 100644 index 0000000..61ab5b0 --- /dev/null +++ b/img/logo-icon.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index d9d1964..e6400b4 100644 --- a/index.html +++ b/index.html @@ -27,9 +27,8 @@ - - - + +