Skip to content

Commit 763ee0b

Browse files
committed
Merge branch 'hotfix/3.2.5'
2 parents c958701 + 1b384c2 commit 763ee0b

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.5](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.5)
2+
3+
### Bug Fixes
4+
5+
- Fix link color in hero overlay to be white.
6+
- Remove underlines from archive item titles.
7+
18
## [3.2.4](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.4)
29

310
### Enhancements

assets/_scss/_archive.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@
3535
.archive__item-title {
3636
margin-bottom: 0.25em;
3737
font-family: $sans-serif-narrow;
38-
// font-size: $type-size-5;
38+
}
39+
40+
// remove border
41+
.page__content {
42+
43+
.archive__item-title {
44+
margin-top: 1em;
45+
border-bottom: none;
46+
}
3947
}
4048

4149
.archive__item-excerpt {

assets/_scss/_page.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
animation: intro 0.3s both;
126126
animation-delay: 0.25s;
127127

128+
a {
129+
color: #fff;
130+
}
131+
128132
.wrapper {
129133
padding-left: 1em;
130134
padding-right: 1em;

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)