Unverified Commit 478dc3f4 authored by Lyza Gardner's avatar Lyza Gardner Committed by GitHub

Merge pull request #1511 from hypothesis/remove-brand-color

Remove deprecated SCSS `$brand-color` color variable
parents 14a174bb 9c9a4393
......@@ -248,6 +248,6 @@
}
.annotation--flagged {
color: $brand-color;
color: $brand;
cursor: default;
}
......@@ -16,7 +16,6 @@ $color-dove-gray: #626262;
$color-gray: #818181;
// Colors
// ---------------------
$brand-color: #bd1c2b !default;
$button-text-color: $gray-dark !default;
$button-background-start: $white !default;
......@@ -90,8 +89,8 @@ $text-color: $gray-dark !default;
// Links
// -------------------------
$link-color: $brand-color !default;
$link-color-hover: color-weight($brand-color, 700) !default;
$link-color: $brand !default;
$link-color-hover: color-weight($brand, 700) !default;
// Typography
// -------------------------
......
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