You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
312 B

.blog__list {
&__post {
margin-bottom: 3em;
&__date {
color: $color-text-dark;
font-weight: 300;
@media (prefers-color-scheme: light) {
color: $color-text-light;
}
}
}
a {
text-decoration: none;
}
}