Merge pull request #13 from ayoayco/feat-perfect-lighthouse-score

feat: perfect light house score
This commit is contained in:
Ayo Ayco 2022-10-13 16:54:39 +02:00 committed by GitHub
commit d42c4ca7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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