fixed typo in color definition

This commit is contained in:
jorge-vitrubio 2022-11-30 15:06:30 +01:00
parent 2bfd7fc5be
commit 99a043dcb8
1 changed files with 7 additions and 7 deletions

View File

@ -6,13 +6,13 @@ $color__grey-dark: #666;
$color__black-light: #101010;
$color__black-grey: #020202;
$color__black: #000;
$color__orange: ff8d76;
$color__yellow: f6cc4c;
$color__pink: f877c3;
$color__blue: 5c31ff;
$color__lightblue: 5bcee8;
$color__green: 69ed82;
$color__red: ff686e;
$color__orange: #ff8d76;
$color__yellow: #f6cc4c;
$color__pink: #f877c3;
$color__blue: #5c31ff;
$color__lightblue: #5bcee8;
$color__green: #69ed82;
$color__red: #ff686e;
$color__background-body: $color__white;