Skip to content

Commit

Permalink
[Scorecards 2023] A couple of colour contrast fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Oct 18, 2023
1 parent 35da2f5 commit 875c1a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion scoring/static/scoring/scss/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ footer {
letter-spacing: 0 !important;
}

a {
color: var(--bs-link-color) !important;
}

#can_embed_form_inner > h4,
#action_info,
#logo_wrap {
Expand All @@ -72,7 +76,7 @@ footer {
.check_radio_label {
color: $gray-800 !important;
}
}
}

#form_col1 {
display: grid;
Expand Down
2 changes: 1 addition & 1 deletion scoring/templates/scoring/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</button>
<div class="collapse navbar-collapse flex-column align-items-end" id="navbarSupportedContent">
<form action="{% url 'scoring:location_results' %}" class="navbar-location-search-form">
<label class="text-muted" for="navbarLocationSearch">Jump to a council</label>
<label for="navbarLocationSearch">Jump to a council</label>
<input class="form-control form-control-sm searchbar js-location-search-autocomplete" type="search" name="pc" id="navbarLocationSearch" placeholder="Postcode">
<button type="submit" class="visually-hidden">Search</button>
</form>
Expand Down

0 comments on commit 875c1a5

Please sign in to comment.