Newer
Older
.post-item-date {
margin: 0;
color: #adadad;
}
.post-item-title {
margin-bottom: 2px;
}
.replace-list {
display: flex;
justify-content: center;
}
.post-item {
border: 2px solid rgb(56, 56, 56);
border-radius: 6px;
transition: border-color 0.5s ease-out;
line-height: initial;
text-align: left;
height: 100%;
display: flex;
flex-direction: column;
font-size: 14px;
text-decoration: none;
}
.post-item:hover, .post-item:focus {
border-color: white;
}
.post-item:hover > .post-item-title {
color: #34b3ae;
}
.post-item-title {
font-family: sans-serif;
}