From e115384f21a45439c9913cabc92bccb3880ff9c6 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 15 Dec 2020 20:33:25 -0700 Subject: [PATCH] Add anchor tag styling to the attributions modal --- web/src/components/Attributions.vue | 4 ++++ 1 file changed, 4 insertions(+) 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