Commit 3790002b0ba61be0a7afd2d79a27665189b36f28
1 parent
8a1c7a4e
Exists in
master
and in
8 other branches
Fix pagination icons
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
sass/_proposal_detail.scss
sass/slick-theme.scss
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | $slick-font-path: "./fonts/" !default; |
6 | 6 | $slick-font-family: "slick" !default; |
7 | 7 | $slick-loader-path: "./" !default; |
8 | -$slick-arrow-color: #00a9bd !default; | |
8 | +$slick-arrow-color: gray !default; | |
9 | 9 | $slick-prev-character: "←" !default; |
10 | 10 | $slick-next-character: "→" !default; |
11 | 11 | $slick-opacity-default: 0.75 !default; | ... | ... |