11 lines
165 B
SCSS
11 lines
165 B
SCSS
div#c-artists, div#excerpt {
|
|
span.new-artist {
|
|
font-weight: bold;
|
|
color: var(--new-artist-color);
|
|
}
|
|
|
|
.recent-posts h2 {
|
|
margin: 1em 0 0.5em;
|
|
}
|
|
}
|