aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r--web/cobrands/sass/_layout.scss15
1 files changed, 5 insertions, 10 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index e02da2bcc..8b3406d9d 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -13,6 +13,9 @@ $header-top-border: $header-top-border-width solid $primary !default;
$container-max-width: 60em !default;
+$primary_link_color: null !default;
+$primary_link_hover_color: null !default;
+
.internal-link-fixed-header {
display: block;
position: relative;
@@ -854,21 +857,13 @@ textarea.form-error {
}
}
a {
- color: inherit;
- text-decoration: underline;
+ color: $primary_link_color;
&:hover {
- text-decoration: none;
+ color: $primary_link_hover_color;
}
}
}
-a#geolocate_link {
- text-decoration: none; // override `#front-main a`
- &:hover {
- text-decoration: underline;
- }
-}
-
#front-howto {
border-#{$right}: 1em solid transparent;
}