From 73acd35808e98d9c3546d461a1c7ddcfcc7091b1 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 19 Sep 2024 13:02:22 +0100 Subject: [PATCH] [Greenwich] Update link colour. --- web/cobrands/greenwich/_colours.scss | 2 +- web/cobrands/greenwich/base.scss | 29 ---------------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/web/cobrands/greenwich/_colours.scss b/web/cobrands/greenwich/_colours.scss index 03ae8768495..809163cc49b 100644 --- a/web/cobrands/greenwich/_colours.scss +++ b/web/cobrands/greenwich/_colours.scss @@ -19,7 +19,7 @@ $nav_background_colour: #fff; $nav_colour: #fff; $nav_hover_background_colour: transparent; -$links_visited: #3f51b5; +$link-color: #004483; $header-top-border: false; diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 2da203329b9..0c985f00a2a 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -6,16 +6,6 @@ @import "../sass/base"; @import "../sass/report_list_pins"; -body.frontpage { - color: $primary_text; - a, - .fake-link { - &:visited { - color: $links_visited; - } - } -} - #site-logo { background-image: url("/cobrands/greenwich/images/greenwich-logo.svg"); // background: url("/cobrands/greenwich/images/greenwich-logo.svg") 0 50% no-repeat; @@ -125,22 +115,3 @@ form#form_update_form { } } } - -// Sign in page -form { - fieldset { - #form_sign_in { - p { - input.fake-link { - color: $primary_text; - &:hover { - text-decoration: underline; - } - &:visited { - color: $links_visited; - } - } - } - } - } -}