aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/sass/_base.scss17
1 files changed, 10 insertions, 7 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index a9ffe7295..98e032598 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -163,15 +163,18 @@ select {
width: 100%;
}
-// links
-a,
-a:visited {
- text-decoration:none;
- color:#0BA7D1;
+a {
+ text-decoration: none;
+ color: #0BA7D1;
+
+ &:visited {
+ color: #0BA7D1;
+ }
+
&:hover,
&:active {
- text-decoration:underline;
- color:#0D7CCE;
+ text-decoration: underline;
+ color: #0D7CCE;
}
}