Reports: add links

This commit is contained in:
Alex Gleason
2020-12-31 22:56:17 -06:00
parent 7bd670728d
commit 478581cb41
2 changed files with 17 additions and 3 deletions

View File

@ -132,6 +132,10 @@
&__title {
font-weight: bold;
a {
color: var(--primary-text-color);
}
}
&__quote {
@ -139,6 +143,11 @@
.byline {
font-size: 12px;
a {
color: var(--primary-text-color);
text-decoration: none;
}
}
}