From 167ed84f9b02a9e6f092579d3c27841df03afd8e Mon Sep 17 00:00:00 2001 From: arathjz Date: Sat, 28 Nov 2020 13:36:38 -0600 Subject: [PATCH] refactor(action-circles): change font color --- src/sections/Hero/style.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/sections/Hero/style.scss b/src/sections/Hero/style.scss index 44735d89..01cf39c7 100644 --- a/src/sections/Hero/style.scss +++ b/src/sections/Hero/style.scss @@ -2,7 +2,7 @@ .distribute-rows { // leave extra space for the header to be placed padding-top: $header-height-md; - + @include media-breakpoint-up(lg) { padding-top: 6rem; } @@ -94,10 +94,15 @@ } } + &-link, + &-link:hover { + color: $gray; + } + &__title { @extend .text-monospace; - font-size: $h5-font-size; flex: 1; + font-size: $h5-font-size; line-height: 0.75; @include media-breakpoint-up(md) {