feat: perfect light house score

This commit is contained in:
Ayo 2022-10-13 16:54:10 +02:00
parent cbc4ef58b4
commit b35366d093

View file

@ -24,7 +24,7 @@ const { title } = Astro.props;
--color-text: hsl(12, 5%, 4%);
--color-bg: hsl(10, 21%, 95%);
--color-border: hsl(17, 24%, 90%);
--color-link: #416fff;
--color-link: var(--color-brand-blue-2);
--color-brand-blue-1: #3054bf;
--color-brand-blue-2: #203880;