We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdf2781 + a33b0c2 commit ad6ea78Copy full SHA for ad6ea78
src/assets/styles/20-tools/_mixins/_typography.scss
@@ -53,7 +53,7 @@
53
*
54
* i.e. hover-underline adds styles to a title after the image was hovered
55
*/
56
-@mixin default-underline($height: 3px, $underline-colour: var(--color-grey-80)) {
+@mixin default-underline($height: 3px, $underline-colour: var(--color-text-body)) {
57
--transition-duration-link: 0.3s;
58
--transition-timing-function: ease-in-out;
59
@@ -96,7 +96,7 @@
96
@mixin animated-link(
97
$height: 3px,
98
$hover-colour: var(--color-amber-30),
99
- $underline-colour: var(--color-grey-80),
+ $underline-colour: var(--color-text-body),
100
$child-selector: null
101
) {
102
@extend %anchor-base;
0 commit comments