7 lines
89 B
SCSS
7 lines
89 B
SCSS
.latest-posts {
|
|
li.active a {
|
|
color: $dark-gray;
|
|
font-weight: $semibold;
|
|
}
|
|
}
|