Skip to content

Commit

Permalink
Apply green, turquoise and violet texture via stylesheet (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab85 authored and ryanfox1985 committed Oct 26, 2019
1 parent dbc3062 commit a7a7a8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions static/css/style.green.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-green.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
Expand Down Expand Up @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active {
padding: 60px 0;
}
.bar.background-pentagon {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-green.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
Expand Down
4 changes: 2 additions & 2 deletions static/css/style.turquoise.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-turquoise.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
Expand Down Expand Up @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active {
padding: 60px 0;
}
.bar.background-pentagon {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-turquoise.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
Expand Down
4 changes: 2 additions & 2 deletions static/css/style.violet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active {
border: none;
}
#heading-breadcrumbs {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-violet.png') center center repeat;
padding: 20px 0;
margin-bottom: 40px;
}
Expand Down Expand Up @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active {
padding: 60px 0;
}
.bar.background-pentagon {
background: url('../img/texture-bw.png') center center repeat;
background: url('../img/texture-violet.png') center center repeat;
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
Expand Down

0 comments on commit a7a7a8a

Please # to comment.