From 702b6ee3e70e29ff64e1601badcd4474f89f5ed3 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 19 Sep 2024 13:17:01 +0100 Subject: [PATCH] fixup! [Greenwich] Update link colour. --- web/cobrands/greenwich/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 747850cf2d..512085a871 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -127,7 +127,7 @@ form { text-decoration: underline; } &:visited { - color: $links_visited; + color: darken($link-color, 10%); } } }