oliverdavies.uk/sass/components/_latest-posts.scss

7 lines
89 B
SCSS
Raw Normal View History

.latest-posts {
2015-06-14 02:27:41 +00:00
li.active a {
color: $dark-gray;
font-weight: $semibold;
}
}