Files
MollyBlog/templates/default/assets/css/index.css

24 lines
425 B
CSS

.recent-post-title {
color: var(--primary-color);
}
.recent-post-item {
padding-top: 5px;
padding-bottom: 5px;
color: var(--primary-text-color);
list-style: none;
}
.recent-post-item-wrap {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.recent-post-item-date {
color: var(--secondary-text-color);
}
#index-motto-container {
color: var(--secondary-text-color);
}