You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site carries the brand as hardcoded values in style/theme.scss, style/theme-dark.scss and styles.css (Atkinson Hyperlegible via a Google Fonts import, link colour #272bd1, and so on). Since 2026-09-03 the brand lives in openwashdata/brand as _brand.yml (light) and _brand-dark.yml (dark), released as v1.0.0 with a guide at https://openwashdata.github.io/brand/. Several values changed there: the typeface is now Atkinson Hyperlegible Next, owd-orange is #b04208, and there are new roles (secondary, tertiary, danger, light, dark) and a defined dark brand. The README of the brand repo names this site as the reference implementation that is due to read the files.
Tasks:
quarto use brand openwashdata/brand (Quarto 1.9 or later) to mirror the brand into _brand/, or copy _brand.yml, _brand-dark.yml and the referenced logos
_quarto.yml: brand: {light: _brand/_brand.yml, dark: _brand/_brand-dark.yml} and theme: {light: [brand, style/theme.scss], dark: [brand, style/theme-dark.scss]}, so the SCSS keeps the last word for layout rules
Remove colour, font and logo values from the SCSS that the brand now provides (the Google Fonts import, the font variables, link colour, navbar colours); keep layout and component rules
Navbar logo: the white stacked mark (_brand/logos/OWD-logo-16.png) on the purple navbar, per the guide
Check the pages that use highlight colours as text (mint, peach, sand, rose fail contrast as text; see the guide) and switch them to the accents
Favicon from the badge or the stacked mark
Acceptance criteria:
No hex value that exists in _brand.yml remains in the SCSS
Light and dark toggle render the two brands; headings, links and code match the guide
Refs openwashdata/brand#4 (the 1.0.0 round) and the reference implementation note in the brand README.
The site carries the brand as hardcoded values in style/theme.scss, style/theme-dark.scss and styles.css (Atkinson Hyperlegible via a Google Fonts import, link colour #272bd1, and so on). Since 2026-09-03 the brand lives in openwashdata/brand as _brand.yml (light) and _brand-dark.yml (dark), released as v1.0.0 with a guide at https://openwashdata.github.io/brand/. Several values changed there: the typeface is now Atkinson Hyperlegible Next, owd-orange is #b04208, and there are new roles (secondary, tertiary, danger, light, dark) and a defined dark brand. The README of the brand repo names this site as the reference implementation that is due to read the files.
Tasks:
Acceptance criteria:
Refs openwashdata/brand#4 (the 1.0.0 round) and the reference implementation note in the brand README.