From 99a043dcb8a9093b0086439ae3a2d0fea8c90130 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Wed, 30 Nov 2022 15:06:30 +0100 Subject: [PATCH] fixed typo in color definition --- sass/abstracts/variables/_colors.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/abstracts/variables/_colors.scss b/sass/abstracts/variables/_colors.scss index a325e75..e611059 100644 --- a/sass/abstracts/variables/_colors.scss +++ b/sass/abstracts/variables/_colors.scss @@ -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;