Skip to content

Commit

Permalink
Merge pull request #1144 from mi6/1019-update-link-colours-section-of…
Browse files Browse the repository at this point in the history
…-colour-page

docs(root): removed --ic-hyperlink-hover from colour palette
  • Loading branch information
GCHQ-Developer-299 authored Oct 1, 2024
2 parents 53128e0 + 5d8b5ed commit c6e8404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/content/structured/styles/colour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path: "/styles/colour"

navPriority: 1

date: "2024-05-10"
date: "2024-09-30"

title: "Colour"

Expand Down Expand Up @@ -63,8 +63,6 @@ Interactive elements sometimes require transparent backgrounds for their hover a

Use these colours for all links. These specific colours help to identify links from non-interactive text.

Use the contrast colour variants to achieve good contrast for links that appear on dark backgrounds.

<ColorTable config={ColoursLinks} />

## Status
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export const ColoursLinks = [
colors: [
{ name: "Link", token: "--ic-hyperlink", hex: "#1759BC" },
{ name: "Link visited", token: "--ic-hyperlink-visited", hex: "#330072" },
{ name: "Link hover", token: "--ic-hyperlink-hover", hex: "#7C2855" },
],
},
];
Expand Down

0 comments on commit c6e8404

Please sign in to comment.