diff --git a/stylesheets/components/card/_card.styl b/stylesheets/components/card/_card.styl index b8e66fb1..861f2095 100644 --- a/stylesheets/components/card/_card.styl +++ b/stylesheets/components/card/_card.styl @@ -218,5 +218,5 @@ @media $media-large-max lost-column: 12/12 -#content a.cd:link +#content a.cd:link, #content .cd a:link, .main .cd a:link text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/card/_guide-card.styl b/stylesheets/components/card/_guide-card.styl index d69c6d6d..b0c8934d 100644 --- a/stylesheets/components/card/_guide-card.styl +++ b/stylesheets/components/card/_guide-card.styl @@ -188,3 +188,6 @@ .gcd-ic background-color: $blended-optimistic-blue background-blend-mode: multiply + +#content a.gcd:link, .main a.gcd:link + text-decoration: none diff --git a/stylesheets/components/card/_link-card-list.styl b/stylesheets/components/card/_link-card-list.styl index d3e14978..49f0a51b 100644 --- a/stylesheets/components/card/_link-card-list.styl +++ b/stylesheets/components/card/_link-card-list.styl @@ -135,6 +135,8 @@ @media $media-small-max flex-direction: column - .description line-height: 2em + +#content a.lcdl:link, #content .lcdl a:link, .main .lcdl a:link + text-decoration: none diff --git a/stylesheets/components/card/_link-card-mini.styl b/stylesheets/components/card/_link-card-mini.styl index 968d02db..6b023968 100644 --- a/stylesheets/components/card/_link-card-mini.styl +++ b/stylesheets/components/card/_link-card-mini.styl @@ -82,4 +82,7 @@ background-image: url(/images/global/icons/icon-document.svg) .external .lcd--sm-im - background-image: url(/images/global/icons/external-link.svg) \ No newline at end of file + background-image: url(/images/global/icons/external-link.svg) + +#content a.lcd--sm:link, #content .lcd--sm a:link, .main .lcd--sm a:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/card/_link-card.styl b/stylesheets/components/card/_link-card.styl index 6620c754..638b878b 100644 --- a/stylesheets/components/card/_link-card.styl +++ b/stylesheets/components/card/_link-card.styl @@ -145,4 +145,7 @@ background-image: url(/images/global/icons/icon-document.svg) .external .lcd-im - background-image: url(/images/global/icons/external-link.svg) \ No newline at end of file + background-image: url(/images/global/icons/external-link.svg) + +#content a.lcd:link, .main a.lcd:link + text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/form/_button.styl b/stylesheets/components/form/_button.styl index b09878ad..ea8d655b 100644 --- a/stylesheets/components/form/_button.styl +++ b/stylesheets/components/form/_button.styl @@ -154,5 +154,5 @@ &--700 padding: $sizing-400 $sizing-900 -#content a.btn:link, #content a.button:link, .main a.button:link +#content a.btn:link, #content a.button:link, .main a.button:link, #content .button a:link text-decoration: none \ No newline at end of file diff --git a/stylesheets/components/sticky-submenu/_sticky-submenu.styl b/stylesheets/components/sticky-submenu/_sticky-submenu.styl index ac39ce6e..e5baa194 100644 --- a/stylesheets/components/sticky-submenu/_sticky-submenu.styl +++ b/stylesheets/components/sticky-submenu/_sticky-submenu.styl @@ -258,3 +258,5 @@ color: $white background-color: $freedom-red-dark +#content .ssm a:link, .main .ssm a:link, .ssm a + text-decoration: none