Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
text shadow and 508 compliant 'Open'
Browse files Browse the repository at this point in the history
  • Loading branch information
gemfarmer committed May 27, 2016
1 parent 201e943 commit e0c66dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/components/_ribbon.scss
Expand Up @@ -5,7 +5,7 @@ $ribbon-over-color: $color-white;
$ribbon-future-bg: #2d3f5b;
$ribbon-future-color: $color-white;
$ribbon-open-bg: #83bf9a;
$ribbon-open-color: $color-white;
$ribbon-open-color: $default-color;

$ribbon-bg: $branding-bright;
$ribbon-hl: $branding-bright;
Expand All @@ -29,7 +29,6 @@ $ribbon-hang: .25em;
margin: 0;
padding: $base-padding-lite;
text-align: center;
text-shadow: -1px -1px 0 $ribbon-shadow;
width: $ribbon-w;
}

Expand Down

0 comments on commit e0c66dd

Please sign in to comment.