Skip to content

Commit

Permalink
update gradient and remove bower from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipple authored and BrianSipple committed Jun 21, 2016
1 parent e1e1bcb commit 5db2727
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions content-for/head-footer.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<style>
.axe-violation {
background-image: repeating-linear-gradient(
45deg,
135deg,
transparent,
transparent 0.4em,
hsla(69, 84%, 83%, 1.00) 0.4em,
hsla(69, 84%, 83%, 1.00) 0.8em,
hsla(166, 44%, 65%, 1.00) 0.8em,
hsla(166, 44%, 65%, 1.00) 1.2em,
hsla(214, 96%, 45%, 1.00) 1.2em,
hsla(214, 96%, 45%, 1.00) 1.6em
transparent 1.2em, /* make transparent portion somewhat wider than total stripe width */
hsla(69, 84%, 83%, 1.00) 1.2em,
hsla(69, 84%, 83%, 1.00) 1.45em,
hsla(166, 44%, 65%, 1.00) 1.45em,
hsla(166, 44%, 65%, 1.00) 1.7em,
hsla(214, 96%, 45%, 1.00) 1.7em,
hsla(214, 96%, 45%, 1.00) 1.95em
) !important;
}

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"testing"
],
"dependencies": {
"bower": "1.7.9",
"broccoli-funnel": "^1.0.1",
"ember-cli-babel": "^5.1.6",
"ember-cli-version-checker": "^1.1.6"
Expand Down

0 comments on commit 5db2727

Please sign in to comment.