accessibility fixes
This commit is contained in:
parent
b6046ad231
commit
e228312fe6
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue