Skip to content

Commit

Permalink
Fix issue #2441
Browse files Browse the repository at this point in the history
Make sure that active pagination text is not drawn in black.
  • Loading branch information
ehne authored and jgthms committed May 18, 2019
1 parent efa51b1 commit 79fcb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/layout/hero.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
&.is-#{$name}
background-color: $color
color: $color-invert
a:not(.button):not(.dropdown-item):not(.tag),
a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
strong
color: inherit
.title
Expand Down

0 comments on commit 79fcb02

Please sign in to comment.