Full PSA palette: light silver ground, brand red accent, dark text

This commit is contained in:
Barely Removable 2026-08-22 12:41:53 -07:00
parent 2abb568c49
commit f8db3df605
4 changed files with 104 additions and 92 deletions

View file

@ -1,9 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<!-- Matches the in-app brand mark: a graded slab — case, label, and the
card sealed inside. Kept in step with .brand-mark in style.css. -->
<rect width="128" height="128" rx="26" fill="#0e1522"/>
card sealed inside. Kept in step with .brand-mark in style.css.
White field with the brand red label band, per the light theme. -->
<rect width="128" height="128" rx="26" fill="#ffffff"/>
<rect x="0.5" y="0.5" width="127" height="127" rx="25.5" fill="none"
stroke="#ccd2dc" stroke-width="1"/>
<rect x="41.5" y="18.5" width="45" height="91" rx="7.5" fill="none"
stroke="#4d9bff" stroke-width="5"/>
<rect x="50" y="30" width="28" height="8" rx="3" fill="#3ddcc0"/>
<rect x="50" y="49" width="28" height="46" rx="3.5" fill="#4d9bff" opacity="0.48"/>
stroke="#1c2b45" stroke-width="5"/>
<rect x="50" y="30" width="28" height="8" rx="3" fill="#c8102e"/>
<rect x="50" y="49" width="28" height="46" rx="3.5" fill="#1c2b45" opacity="0.48"/>
</svg>

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 734 B

Before After
Before After