Link contributions to their main URL

This commit is contained in:
2019-04-25 19:21:55 +01:00
parent efd1b371f9
commit 247fc8785a
2 changed files with 19 additions and 8 deletions
@@ -45,6 +45,17 @@ ul.contribution-list {
span {
font-size: inherit;
&.title {
a {
font-size: inherit;
text-decoration: none;
color: $body-text-color;
}
a:hover, a:active {
color: $primary-color;
}
}
}
.description {