www.duckland.org/themes/minimage/source/sass/object/project/_single.scss
2023-02-07 22:52:35 -06:00

14 lines
182 B
SCSS

.p-single {
.c-post__title,
.c-pub-time,
.c-tag__item {
color: $color-font-base;
}
.c-thumb {
&:hover {
background-size: 100%;
opacity: 1;
}
}
}