Skip to content

Commit ad6ea78

Browse files
authored
Merge pull request #625 from wellcometrust/task/9768-grey-background
9768 task: updates link default variable colour
2 parents bdf2781 + a33b0c2 commit ad6ea78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/styles/20-tools/_mixins/_typography.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* i.e. hover-underline adds styles to a title after the image was hovered
5555
*/
56-
@mixin default-underline($height: 3px, $underline-colour: var(--color-grey-80)) {
56+
@mixin default-underline($height: 3px, $underline-colour: var(--color-text-body)) {
5757
--transition-duration-link: 0.3s;
5858
--transition-timing-function: ease-in-out;
5959

@@ -96,7 +96,7 @@
9696
@mixin animated-link(
9797
$height: 3px,
9898
$hover-colour: var(--color-amber-30),
99-
$underline-colour: var(--color-grey-80),
99+
$underline-colour: var(--color-text-body),
100100
$child-selector: null
101101
) {
102102
@extend %anchor-base;

0 commit comments

Comments
 (0)