ContainerImage.Pinniped/site/themes/pinniped/assets/scss/_variables.scss
Matt Moyer 25f841d063
Tweak website styles for accessibility.
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>
2021-02-17 17:19:58 -06:00

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;