missing variables

This commit is contained in:
Kevin Powell 2022-06-28 09:08:24 -04:00 committed by GitHub
parent 95b7fcdef2
commit 83b1c49e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
$clr-primary: hsl(206, 33%, 37%); $clr-primary-400: hsl(206, 33%, 37%);
$clr-secondary: hsl(253, 27%, 35%); $clr-primary-500: hsl(206, 33%, 25%);
$clr-accent: hsl(45, 82%, 65%); $clr-secondary-400: hsl(253, 27%, 35%);
$clr-secondary-500: hsl(253, 27%, 20%);
$clr-accent-400: hsl(45, 82%, 65%);
$clr-accent-500: hsl(45, 82%, 45%);
body { body {
margin: 4rem; margin: 4rem;