fix: albums that don't have a valid link

This commit is contained in:
Cory Dransfeldt 2023-07-17 12:59:51 -07:00
parent b7a70c1589
commit cb3e867300
No known key found for this signature in database
13 changed files with 19 additions and 13 deletions

View file

@ -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)
}