From 902cefb3823b6648de27747b6cc7adf0e36545a4 Mon Sep 17 00:00:00 2001 From: patcapulong Date: Mon, 23 Feb 2026 00:07:01 -0800 Subject: [PATCH] update favicons with transparent background and fix light/dark mapping Replace favicon SVGs with new versions that have no background rectangle (transparent), and correct the docs.json config so light mode shows the dark icon and dark mode shows the light icon for proper contrast. Co-authored-by: Cursor --- mintlify/docs.json | 4 ++-- mintlify/favicon-dark.svg | 3 +-- mintlify/favicon-light.svg | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mintlify/docs.json b/mintlify/docs.json index b5ef95f7..97723499 100644 --- a/mintlify/docs.json +++ b/mintlify/docs.json @@ -29,8 +29,8 @@ } }, "favicon": { - "light": "/favicon-dark.svg", - "dark": "/favicon-light.svg" + "light": "/favicon-light.svg", + "dark": "/favicon-dark.svg" }, "navigation": { "tabs": [ diff --git a/mintlify/favicon-dark.svg b/mintlify/favicon-dark.svg index 465fd5fd..fa2db600 100644 --- a/mintlify/favicon-dark.svg +++ b/mintlify/favicon-dark.svg @@ -1,4 +1,3 @@ - - + diff --git a/mintlify/favicon-light.svg b/mintlify/favicon-light.svg index e33e1842..01d87f24 100644 --- a/mintlify/favicon-light.svg +++ b/mintlify/favicon-light.svg @@ -1,4 +1,3 @@ - - +