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; ...@@ -34,6 +34,7 @@ $error-exclamation-point: #E62958;
$border-radius-default: 3px; $border-radius-default: 3px;
$list-title-color: #333333; $list-title-color: #333333;
$list-text-color: #555555; $list-text-color: #555555;
$profile-settings-link-color: $md-link-color;
/* /*
* Color schema * Color schema
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.profile-settings-sidebar { .profile-settings-sidebar {
a { a {
color: $gl-primary; color: $profile-settings-link-color;
} }
} }
...@@ -24,12 +24,6 @@ ...@@ -24,12 +24,6 @@
display: inline-block; display: inline-block;
} }
.profile-settings-sidebar {
a {
color: $gl-primary;
}
}
.oauth-buttons { .oauth-buttons {
.btn-group { .btn-group {
margin-right: 10px; 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