44 lines
780 B
CSS
44 lines
780 B
CSS
/* Blog/post index listing styles */
|
|
|
|
/* Category pill on dark page surface — needs higher contrast than the default
|
|
* --color-bodylinks (~3:1 against --color-page-base) for WCAG AA. */
|
|
.post-list__category {
|
|
color: var(--color-primary-87, #dce1ff);
|
|
}
|
|
|
|
.post-list {
|
|
/* Original styles, if needed
|
|
* .post-list__posts {
|
|
* }
|
|
* .post-list__h1 {
|
|
* }
|
|
* .post-list__post {
|
|
* &:hover {
|
|
* img {
|
|
* }
|
|
* }
|
|
* .post-list__title {
|
|
* }
|
|
* .post-list__details {
|
|
* }
|
|
* .post-list__byline {
|
|
* }
|
|
* .post-list__author {
|
|
* }
|
|
* .post-list__sep {
|
|
* }
|
|
* .post-list__date {
|
|
* }
|
|
* }
|
|
*/
|
|
}
|
|
|
|
/* Original styles, if needed
|
|
* .no-posts {
|
|
* .no-posts__title {
|
|
* }
|
|
* .no-posts__desc {
|
|
* }
|
|
* }
|
|
*/
|