diff --git a/static/isere-cd38/_custom.scss b/static/isere-cd38/_custom.scss index 0a1ffd3b..315bb978 100644 --- a/static/isere-cd38/_custom.scss +++ b/static/isere-cd38/_custom.scss @@ -16,6 +16,9 @@ h2, .h2 { font-size: $fz-h2; } h3, .h3 { font-size: $fz-h3; } h4, .h4 { font-size: $fz-h4; } +a:hover { + color: $font-color; +} .section-title { font-size: $fz-h2; @@ -232,6 +235,9 @@ div#header { align-self: center; a { display: block; + &:not(:hover) { + text-decoration: none; + } } @media (min-width: $nav-mobile-limit + 0.001) { align-self: flex-start; @@ -429,12 +435,6 @@ div#main-content-wrapper { h3 { @extend .h3-txt; } - a { - text-decoration: underline; - &:hover { - color: $font-color; - } - } } // current forms & draft cells .list-of-forms { diff --git a/static/isere-cd38/_vars.scss b/static/isere-cd38/_vars.scss index dacd1c4e..195a4d5e 100644 --- a/static/isere-cd38/_vars.scss +++ b/static/isere-cd38/_vars.scss @@ -34,6 +34,7 @@ $mobile-width: none; $nav-mobile-limit: 50em; $very-small-limit: 560px; $font-family: $source-sans; +$link-decoration: underline; $sidebar-position: right; $sidebar-max-width: 400px; $sidebar-width: 26%;