25f841d063
Makes most of the fonts a bit bigger, increases contrast, fixes some nits about the spacing in numbered/bulletted lists, and adds some image alt texts. Overall this improves our Lighthouse accessibility score from 71 to 95 and I think it's subjectively more readable. Signed-off-by: Matt Moyer <moyerm@vmware.com>
10 lines
184 B
SCSS
10 lines
184 B
SCSS
$white: #ffffff;
|
|
$blue: #0095D3;
|
|
$darkgrey: #333333;
|
|
$grey: #333333;
|
|
$lightgrey: #F2F2F2;
|
|
$darkblue: #002538;
|
|
$purple: #7F35B2;
|
|
$black: #111111;
|
|
$mainblue: #0091DA;
|
|
$navyblue: #1D428A; |