Skip to content

Commit

Permalink
Merge branch 'hotfix/3.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jun 7, 2016
2 parents c958701 + 1b384c2 commit 763ee0b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 9 additions & 1 deletion assets/_scss/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions assets/_scss/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
animation: intro 0.3s both;
animation-delay: 0.25s;

a {
color: #fff;
}

.wrapper {
padding-left: 1em;
padding-right: 1em;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 763ee0b

Please # to comment.