Add links to referrer urls.

This commit is contained in:
Mike Cao 2020-08-23 00:23:47 -07:00
parent 7c0e0dd8c4
commit e7f83c084e
4 changed files with 25 additions and 3 deletions

View file

@ -45,6 +45,15 @@
flex: 2;
}
.label a {
color: inherit;
text-decoration: none;
}
.label a:hover {
color: var(--primary400);
}
.label:empty {
color: #b3b3b3;
}