fix(docs): correct brand teal to #89D3CF per guidelines v1.1 - #181
Merged
Merged
Conversation
Designer confirmed the flaw in guidelines v1.0 (#9AD1CE came from broken Illustrator colour settings; #89D3CF in the shipped SVGs was correct all along). Guidelines v1.1 re-issued 1 Sep with #89D3CF. - Theme: dark accent #89D3CF (10.9:1 on navy), accent tokens re-derived at the teal's exact hsl(177, 46%); light-mode AA accent recalculated to hsl(177, 46%, 31%) (5.5:1 on white) - Set accent-color on :root so native controls (checkboxes, radios, progress bars) use the brand teal - logo.svg, icon.svg, favicon.svg + rendered favicon.png, apple-touch-icon.png, og.png re-rendered from the now-confirmed source SVGs (OG_Dark.svg already used #89D3CF natively)
✅ Deploy Preview for pionjs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
basilgood
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #176. Simon (designer) confirmed in the design thread that the correct brand teal is
#89D3CF— the#9AD1CEin guidelines v1.0 came from broken Illustrator colour settings, and the SVG assets (which use#89D3CF) were correct all along. He re-issued the guidelines as v1.1 (1 Sep) with#89D3CF.This resolves the open note in #176 ("pending confirmation from the designer").
Changes
#89D3CF(~10.9:1 on navy), accent tokens re-derived at the teal's exact hue/sat (hsl(177, 46%))hsl(177, 46%, 31%)(5.5:1 on white — WCAG AA)accent-color: var(--sl-color-accent)on:rootso native controls (checkboxes, radios, progress bars) match the brandlogo.svg,icon.svg,favicon.svg—#9ad1ce→#89d3cffavicon.png(32px),apple-touch-icon.png(180px),og.png(1200×630) from the confirmed source SVGs (OG_Dark.svgalready used#89D3CFnatively)Verification
npm run build— 22 pages, no errors#9ad1cein built output (SVG/HTML/CSS grep)--sl-color-accentis exactly#89d3cf(dark) and#2b7370(light); per-theme logo swap intact; no visual regressions