Add Artist link

This commit is contained in:
Carl Pearson
2025-05-02 05:51:52 -06:00
parent 9abe867c31
commit 90c3398ba3
4 changed files with 46 additions and 17 deletions

View File

@@ -10,4 +10,12 @@
.video-list {
grid-template-columns: 1fr;
}
}
.video-artist-link {
a,
a:visited {
color: gray;
}
}