Skip to content
Snippets Groups Projects
Verified Commit ec12708e authored by Björn Ludwig's avatar Björn Ludwig
Browse files

Raise contrast for links and primary text

parent 73aa5a63
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
@gray-light: lighten(@gray-base, 46.7%); // #777
@gray-lighter: lighten(@gray-base, 93.5%); // #eee
@brand-primary: darken(#428bca, 6.5%); // #337ab7
@brand-primary: #084889; // darken(#428bca, 6.5%); // #337ab7
@brand-success: #5cb85c;
@brand-info: #5bc0de;
@brand-warning: #f0ad4e;
......@@ -31,7 +31,7 @@
@accessibility-text-color: @gray-dark;
//** Global textual link color.
@link-color: @brand-primary;
@link-color: #084889;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
//** Link hover decoration.
......@@ -149,7 +149,7 @@
@btn-default-border: #ccc;
@btn-primary-color: #fff;
@btn-primary-bg: @brand-primary;
@btn-primary-bg: #084889;
@btn-primary-border: darken(@btn-primary-bg, 5%);
@btn-success-color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment