The sort button for colors now shows a range of reds when hovered,
whereas the sort button for alphabetic sorting just highlights the
letters when hovered.
* Update React Icon and color
Updated the Icon as part of #588, found the color was incorrect as well
(new color is extracted from the SVG on the source site).
* Update Coursera icon, color and link
Updated the Coursera icon based on the one I found on the updated
source, also updated the color.
* Update Co-op icon and color
Updated the Co-op icon based on the SVG in the header on the provided
source, also updated the color based on the same SVG.
* Update 500px icon
Updated the 500px icon based on the icon found in the provided source.
Remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit. Also update the color to yellow color currently on
their design-assets page.
* Update ACM <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update American Express <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Automatic <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Basecamp <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Dailymotion <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Ello <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Empire Kred <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Gauges <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Geeklist <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Google Hangouts <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update IMDb <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update InVision <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Klout <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update MailChimp <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Odnoklassniki <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update ProtonMail <svg>
remove use of fill-rule
* Update Runkeeper <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Simple Icons <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Slides <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Speaker Deck <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Spotlight <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Toggl <svg>
remove use of fill-rule
* Update Travis CI <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Trello <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
* Update Vue.js <svg>
remove use of fill-rule, clip-rule, stroke-linejoin and
stroke-miterlimit
Fixed the bug reported in #682 where grid items could overflow due to
long titles.
Solved the problem by allowing for wrapping in grid item titles, and
centering the contents of grid-items using flexbox. Also slightly
increased the size of grid-items.