Skip to content

Commit

Permalink
fix publication year color
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 5, 2022
1 parent 66a293d commit da1888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ footer.sticky-bottom {
}
}
h2.year {
color: var(--global-divider-color);
color: var(--global-divider-color) !important;
border-top: 1px solid var(--global-divider-color);
padding-top: 1rem;
margin-top: 2rem;
Expand Down

0 comments on commit da1888b

Please sign in to comment.