Skip to content

Commit

Permalink
[Greenwich] Update link colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 19, 2024
1 parent caae438 commit 73acd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion web/cobrands/greenwich/_colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
29 changes: 0 additions & 29 deletions web/cobrands/greenwich/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}
}
}
}
}
}

0 comments on commit 73acd35

Please sign in to comment.