diff --git a/src/styles/colours/index.md b/src/styles/colours/index.md index 4af3423..a613c15 100644 --- a/src/styles/colours/index.md +++ b/src/styles/colours/index.md @@ -64,14 +64,16 @@ Always use the provided TNA colour palette. ### Extra web colour palette -| Colour | Light theme | Dark theme | -| ---------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | -| Page background | `#f4f4f4` | `#212223` | -| Tinted background | `#d9d9d6` | `#323334` | -| Contrasting background | `#1e1e1e` | `#101112` | -| Base font | `#343338` | `#ffffff` | -| Links | `#0062a8` | `#00b0ff` | -| Visited links | `#4c2c92` | `#aa88ff` | +| Colour | Light theme | Dark theme | +| ---------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | +| Page background | `#f4f4f4` | `#212223` | +| Tinted background | `#d9d9d6` | `#323334` | +| Contrasting background | `#1e1e1e` | `#101112` | +| Base font | `#343338` | `#ffffff` | +| Keylines | `#26262a40` | `#ffffff40` | +| Dark keylines | `#26262a` | `#ffffffbf` | +| Links | `#0062a8` | `#00b0ff` | +| Visited links | `#4c2c92` | `#aa88ff` | Ou full list of web colours can be found in the [colour variables for TNA Frontend](https://github.com/nationalarchives/tna-frontend/blob/main/src/nationalarchives/variables/_colour.scss).