fixed global font weight and anchor styling to closer match designs
Change-Id: I7d4083be0474f7d537c8b60bb515ee00b91cb24b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/core.scss b/app/common/styles/base/core.scss
index 3dc8fea..963dc9f 100644
--- a/app/common/styles/base/core.scss
+++ b/app/common/styles/base/core.scss
@@ -2,6 +2,7 @@
height: 100%;
@include fontFamily;
font-size: 16px;
+ font-weight: 400;
color: $black;
}
@@ -12,11 +13,14 @@
a {
color: $links;
+ text-decoration: none;
+ font-weight: 700;
&:visited {
- color: $links__visited;
+ color: lighten($links, 5%);
}
&:hover {
text-decoration: underline;
+ cursor: pointer;
}
:focus {
color: $links;