diff --git a/assets/components/atoms/link/link.scss b/assets/components/atoms/link/link.scss index ff372c83a..e3e73ab63 100644 --- a/assets/components/atoms/link/link.scss +++ b/assets/components/atoms/link/link.scss @@ -1,11 +1,7 @@ @charset 'utf-8'; // All links are underlined by default. Supported browsers will have the right color. https://caniuse.com/#feat=text-decoration -a, -a:visited { - color: $black; - text-decoration: underline; - background-color: transparent; +a { text-decoration-color: $link-hover-color; transition: text-decoration-color 0.2s ease-in-out, @@ -120,14 +116,3 @@ a:visited { opacity: 1; } } - -// Button link - -a.btn, -a.btn-primary { - color: $white; -} - -a.btn-secondary { - color: $black; -} diff --git a/assets/components/molecules/pagination/pagination.scss b/assets/components/molecules/pagination/pagination.scss index e18fb4ada..148e1e5d0 100644 --- a/assets/components/molecules/pagination/pagination.scss +++ b/assets/components/molecules/pagination/pagination.scss @@ -43,6 +43,11 @@ } } +.page-link, +.page-link:visited { + color: $red; +} + .page-link { display: inline-flex; justify-content: center;