diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index d5f3623..a05a1cd 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -69,4 +69,8 @@ export default { height: 100%; width: 25%; } + +a, a:visited { + color: var(--light-font-colour); +} \ No newline at end of file