Commit 9c9a4393 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Remove deprecated SCSS `$brand-color` color variable

Use `$brand` instead, which has the identical value
parent 14a174bb
...@@ -248,6 +248,6 @@ ...@@ -248,6 +248,6 @@
} }
.annotation--flagged { .annotation--flagged {
color: $brand-color; color: $brand;
cursor: default; cursor: default;
} }
...@@ -16,7 +16,6 @@ $color-dove-gray: #626262; ...@@ -16,7 +16,6 @@ $color-dove-gray: #626262;
$color-gray: #818181; $color-gray: #818181;
// Colors // Colors
// --------------------- // ---------------------
$brand-color: #bd1c2b !default;
$button-text-color: $gray-dark !default; $button-text-color: $gray-dark !default;
$button-background-start: $white !default; $button-background-start: $white !default;
...@@ -90,8 +89,8 @@ $text-color: $gray-dark !default; ...@@ -90,8 +89,8 @@ $text-color: $gray-dark !default;
// Links // Links
// ------------------------- // -------------------------
$link-color: $brand-color !default; $link-color: $brand !default;
$link-color-hover: color-weight($brand-color, 700) !default; $link-color-hover: color-weight($brand, 700) !default;
// Typography // 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