artists: make artist pages less shit.
* Group URLs by site. * List most important URLs first and dead URLs last. * Add site icons next to URLs. * Put other names and group name beneath the artist name, instead of beneath the wiki.
This commit is contained in:
19
app/javascript/src/styles/specific/artists.scss
Normal file
19
app/javascript/src/styles/specific/artists.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.inactive-artist-url {
|
||||
&:link, &:visited {
|
||||
color: var(--inactive-artist-url-color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: var(--inactive-artist-url-hover-color);
|
||||
}
|
||||
}
|
||||
|
||||
.banned-artist-label {
|
||||
background-color: var(--banned-artist-label-color);
|
||||
color: var(--inverse-text-color);
|
||||
}
|
||||
|
||||
.deleted-artist-label {
|
||||
background-color: var(--deleted-artist-label-color);
|
||||
color: var(--inverse-text-color);
|
||||
}
|
||||
Reference in New Issue
Block a user