Reports: add links

This commit is contained in:
Alex Gleason 2020-12-31 22:56:17 -06:00
parent 7bd670728d
commit 478581cb41
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 9 additions and 0 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;
}
}
}