diff --git a/assets/css/_colors.scss b/assets/css/_colors.scss index 80818fb..ef918d6 100644 --- a/assets/css/_colors.scss +++ b/assets/css/_colors.scss @@ -1,4 +1,4 @@ -$c-background: #212121; +$c-background: #191919; $c-background-darker: darken($c-background, 2); $c-text: white; $c-primary: #C64647; diff --git a/components/SocialIcon.vue b/components/SocialIcon.vue index 04797b8..0d46986 100644 --- a/components/SocialIcon.vue +++ b/components/SocialIcon.vue @@ -1,5 +1,5 @@