feat: perfect light house score
This commit is contained in:
parent
cbc4ef58b4
commit
b35366d093
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue