Skip to content

Commit

Permalink
changed the arrow colors
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-peacock committed Oct 15, 2014
1 parent a0ace75 commit 5450771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/dm-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -931,14 +931,14 @@ html[xmlns] .slides {
width: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid rgba(255, 255, 255, 0.3);
border-right: 12px solid rgba(0, 0, 0, 0.4);
left: -50px; }
.flex-direction-nav .flex-next {
height: 0;
width: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid rgba(255, 255, 255, 0.3);
border-left: 12px solid rgba(0, 0, 0, 0.4);
right: -50px;
text-align: right; }

Expand Down
Loading

0 comments on commit 5450771

Please sign in to comment.