Skip to content

Commit

Permalink
Darken base teal color to improve contrast
Browse files Browse the repository at this point in the history
Finishes #18
  • Loading branch information
hartsick committed Nov 1, 2018
1 parent b55da77 commit dbbb448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/atoms/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $line-height-display: 1.3em;

// Colors
$color-background: #FAFAF9;
$color-teal: #019C86;
$color-teal: #01846F;
$color-magenta: #A6005E;
$color-tan: #DFD7CC;
$color-darkest-grey: #30302F;
Expand Down
2 changes: 1 addition & 1 deletion app/views/examples/atoms/_colors.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
<div class="color color--tan">#DEDED1</div>
<div class="color color--magenta">#A6005E</div>
<div class="color color--teal">#019C86</div>
<div class="color color--teal">#01846F</div>
<div class="color color--red">#D40000</div>
<div class="color color--green">#009933</div>
</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/cfa/styleguide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cfa
module Styleguide
VERSION = "0.4.3"
VERSION = "0.4.4"
end
end

0 comments on commit dbbb448

Please sign in to comment.