accessibility fixes

This commit is contained in:
Stefan Burke 2023-03-30 20:42:13 +01:00
parent b6046ad231
commit e228312fe6
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
---
last_modified_at: 2022-12-30
name: Aldi
name: Aldi Supermarket
address: 380 Bury New Road
postcode: M25 1AR
phone: 0800 042 0800

View file

@ -20,7 +20,7 @@ $lm-text-color: #111111 !default;
$lm-background-color: #fdfdfd !default;
$lm-code-background-color: #eeeeff !default;
$lm-link-base-color: #0752b4 !default;
$lm-link-base-color: #20399D !default;
$lm-link-visited-color: darken($lm-link-base-color, 15%) !default;
$lm-link-hover-color: $lm-text-color !default;

View file

@ -10,7 +10,7 @@ $spacing-unit: 30px !default;
$text-color: #111 !default;
$background-color: #fdfdfd !default;
$brand-color: #2a7ae2 !default;
$brand-color: #20399D !default;
$grey-color: #828282 !default;
$grey-color-light: lighten($grey-color, 40%) !default;

View file

@ -11,7 +11,7 @@ $spacing-unit: 30px;
$text-color: #111;
$background-color: #fdfdfd;
$brand-color: #0752b4;
$brand-color: #20399D;
$green: #00D13D;
$grey-color: #828282;
@ -39,7 +39,7 @@ hr {
}
ul {
line-height: 170%;
line-height: 180%;
}
.small {