From eb3af733ff42b0502af7eb821339d5f53458e50f Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Mon, 13 Apr 2026 11:28:12 -0700 Subject: [PATCH] docs-mintlify: Fix app icon styling --- docs-mintlify/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-mintlify/style.css b/docs-mintlify/style.css index 3bc7082ee..e88b40fd9 100644 --- a/docs-mintlify/style.css +++ b/docs-mintlify/style.css @@ -1,3 +1,4 @@ +ul#sidebar-group > li > button > div:first-child, ul#sidebar-group > li > a > div:first-child { background: transparent !important; border: 0 !important; @@ -6,6 +7,7 @@ ul#sidebar-group > li > a > div:first-child { } ul#sidebar-group > li > button > img, +ul#sidebar-group > li > button > div:first-child > img, ul#sidebar-group > li > a > div:first-child > img { /* AppIcon-like shell */ border: 1px solid transparent !important; @@ -22,8 +24,10 @@ ul#sidebar-group > li > a > div:first-child > img { } html.dark ul#sidebar-group > li > button > img, +html.dark ul#sidebar-group > li > button > div:first-child > img, html.dark ul#sidebar-group > li > a > div:first-child > img, :root[data-theme="dark"] ul#sidebar-group > li > button > img, +:root[data-theme="dark"] ul#sidebar-group > li > button > div:first-child > img, :root[data-theme="dark"] ul#sidebar-group > li > a > div:first-child > img { border: 1px solid transparent !important; /* Use inverted shell colors so post-filter background stays blue */