Skip to content

Commit

Permalink
Fix tinted background colour value on styles page
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 9, 2024
1 parent cfaefaf commit 9bcf17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/colours/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Always use the provided TNA colour palette.
| Colour | Light theme | Dark theme |
| ---------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| Page background | <span class="tna-ds-colour-swatch" style="background:#f4f4f4"></span> `#f4f4f4` | <span class="tna-ds-colour-swatch" style="background:#212223"></span> `#212223` |
| Tinted background | <span class="tna-ds-colour-swatch" style="background:#ededed"></span> `#ededed` | <span class="tna-ds-colour-swatch" style="background:#323334"></span> `#323334` |
| Tinted background | <span class="tna-ds-colour-swatch" style="background:#d9d9d6"></span> `#d9d9d6` | <span class="tna-ds-colour-swatch" style="background:#323334"></span> `#323334` |
| Contrasting background | <span class="tna-ds-colour-swatch" style="background:#1e1e1e"></span> `#1e1e1e` | <span class="tna-ds-colour-swatch" style="background:#101112"></span> `#101112` |
| Base font | <span class="tna-ds-colour-swatch" style="background:#343338"></span> `#343338` | <span class="tna-ds-colour-swatch" style="background:#ffffff"></span> `#ffffff` |
| Links | <span class="tna-ds-colour-swatch" style="background:#0062a8"></span> `#0062a8` | <span class="tna-ds-colour-swatch" style="background:#00b0ff"></span> `#00b0ff` |
Expand Down

0 comments on commit 9bcf17b

Please sign in to comment.