Reports: add links
This commit is contained in:
parent
7bd670728d
commit
478581cb41
2 changed files with 9 additions and 0 deletions
Binary file not shown.
|
@ -132,6 +132,10 @@
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__quote {
|
&__quote {
|
||||||
|
@ -139,6 +143,11 @@
|
||||||
|
|
||||||
.byline {
|
.byline {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue