The Hugo Bootstrap Theme by default uses a gray-ish color for text of post summaries on a list page. To change this to a darker color, add the following to assets/main/scss/_custom.scss

1.post-summary {
2  color: var(--hbs-primary-text-on-surface);
3}