diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index acdc8d05f..c8316473d 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss | |||
@@ -19,7 +19,7 @@ $main-color: hsl(24, 90%, 50%); | |||
19 | $main-hover-color: lighten($main-color, 5%); | 19 | $main-hover-color: lighten($main-color, 5%); |
20 | $main-color-lighter: lighten($main-color, 10%); | 20 | $main-color-lighter: lighten($main-color, 10%); |
21 | $main-color-lightest: lighten($main-color, 40%); | 21 | $main-color-lightest: lighten($main-color, 40%); |
22 | $secondary-color: hsl(187, 77, 34); | 22 | $secondary-color: hsl(187, 77%, 34%); |
23 | 23 | ||
24 | $support-button: inherit; | 24 | $support-button: inherit; |
25 | $support-button-heart: #e83e8c; | 25 | $support-button-heart: #e83e8c; |