Merge branch 'hotfix/3.2.5'

This commit is contained in:
Michael Rose 2016-06-06 22:30:48 -04:00
commit 763ee0bfff
5 changed files with 22 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
### Bug Fixes
- Fix link color in hero overlay to be white.
- Remove underlines from archive item titles.
## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
### Enhancements

View file

@ -35,7 +35,15 @@
.archive__item-title {
margin-bottom: 0.25em;
font-family: $sans-serif-narrow;
// font-size: $type-size-5;
}
// remove border
.page__content {
.archive__item-title {
margin-top: 1em;
border-bottom: none;
}
}
.archive__item-excerpt {

View file

@ -125,6 +125,10 @@
animation: intro 0.3s both;
animation-delay: 0.25s;
a {
color: #fff;
}
.wrapper {
padding-left: 1em;
padding-right: 1em;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "minimal-mistakes",
"version": "3.2.4",
"version": "3.2.5",
"description": "Minimal Mistakes Jekyll theme npm build scripts",
"repository": {
"type": "git",