fix: albums that don't have a valid link
This commit is contained in:
parent
b7a70c1589
commit
cb3e867300
13 changed files with 19 additions and 13 deletions
|
@ -103,6 +103,10 @@ pre {
|
|||
stroke-width: 1.4;
|
||||
}
|
||||
|
||||
.icon--bold [data-tablericon-name] {
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.link--icon svg {
|
||||
color: theme(colors.gray.700)
|
||||
}
|
||||
|
|
Reference in a new issue