Commit a03b0e1b authored by Phil Hughes's avatar Phil Hughes

Changed link colour to match

parent d767e7a1
......@@ -34,6 +34,7 @@ $error-exclamation-point: #E62958;
$border-radius-default: 3px;
$list-title-color: #333333;
$list-text-color: #555555;
$profile-settings-link-color: $md-link-color;
/*
* Color schema
......
......@@ -7,7 +7,7 @@
.profile-settings-sidebar {
a {
color: $gl-primary;
color: $profile-settings-link-color;
}
}
......@@ -24,12 +24,6 @@
display: inline-block;
}
.profile-settings-sidebar {
a {
color: $gl-primary;
}
}
.oauth-buttons {
.btn-group {
margin-right: 10px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment