* Make other names searchable. * Add post count and update timestamp. * Add edit / delete / undelete links.
17 lines
273 B
SCSS
17 lines
273 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;
|
|
}
|
|
|
|
div#a-index {
|
|
td {
|
|
height: 2.25em; /* should match .artist-other-name line-height */
|
|
}
|
|
}
|
|
}
|