diff --git a/public/brand/apps/aegis.svg b/public/brand/apps/aegis.svg new file mode 100644 index 0000000..3b20dfd --- /dev/null +++ b/public/brand/apps/aegis.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/app-store.astro b/src/pages/app-store.astro index a935118..6f4b74a 100644 --- a/src/pages/app-store.astro +++ b/src/pages/app-store.astro @@ -115,6 +115,32 @@ try { the protocol.

+ +
io.pilot.cosift
@@ -359,6 +385,11 @@ try { but vanishes on the default dark theme — so invert it to light there. */ .zoo-logo-mono { filter: invert(1); } [data-theme="light"] .zoo-logo-mono { filter: none; } + /* AEGIS logo: black SVG paths, invert on dark theme */ + .zoo-logo-aegis { filter: invert(1); } + [data-theme="light"] .zoo-logo-aegis { filter: none; } + /* Featured card: subtle accent border */ + .zoo-card-featured { border-color: var(--accent); } .zoo-by { font-size: 13px; color: var(--ink-dim);