/* posts.css */

section.posts-grid:first-child {
	padding-top: 0;
}

.post.grid-item .title a {
	text-decoration: none;
	color: var(--color-darkest-gray);
}
