# Award seal The wreath lockup from the Flowxtra registration page: laurel branches around "Product of the day" and "1st". | File | Ink | For | |---|---|---| | `product-of-the-day-light.svg` | `#18181B` | GitHub's light theme | | `product-of-the-day-dark.svg` | `#FFFFFF` | GitHub's dark theme | Both are 320x103 with a **transparent background**, so the seal sits on GitHub's own page colour rather than on a card of its own. An earlier version also carried five gold stars and the Google mark, composed in from `google-reviews.svg`. Both were removed; the seal is the wreath alone. ## Why there are two files The lockup is one compound path painted with `currentColor`. Inside an `` there is nothing to inherit from, so it resolves to black - invisible on a dark page. A single transparent file cannot serve both themes, and the README pairs them with ``: ```html Product of the day - 1st ``` Each `` is wrapped in a `

`. That is not decoration: GitHub passes an HTML block through verbatim and never wraps one in a paragraph, and `` is an inline element - two of them in a row render on the *same line*, whatever blank lines sit between them in the source. ## What this seal claims "Product of the day - 1st" is **Flowxtra's**, earned by a shipped product. Tel-Agent is pre-alpha, has no release, and has not placed anywhere - so on this README the seal transfers one product's standing onto another. Worth a decision before the repository gets attention.