From 44678ea0acdf88cd2aaf13e6ad5212afc7c25ef9 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 8 Nov 2021 13:21:32 -0600 Subject: [PATCH 1/2] Emphasize primary color. --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 3ee172e..5761697 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -13,7 +13,7 @@ $black: #000 !default; $blue: #0d6efd !default; $indigo: #6610f2 !default; -$purple: hsl(261, 60%, 54%) !default; // Chosen #6f42c1 !default; +$purple: hsl(265deg 60% 50%) !default; // Chosen #6f42c1 !default; $pink: #d63384 !default; $red: #da0000 !default; // Chosen $orange: hsla(30, 100%, 50%, 1) !default; // Chosen, the Gold color from God From ae230dabf79c2d7d9bf382586d6e81cb762d95f2 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 9 Nov 2021 17:23:51 -0600 Subject: [PATCH 2/2] Restyle footer link headers. --- scss/elements/footer.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scss/elements/footer.scss b/scss/elements/footer.scss index 2e143ba..5bfe1c3 100644 --- a/scss/elements/footer.scss +++ b/scss/elements/footer.scss @@ -8,12 +8,7 @@ h2 { margin-top: 1rem; margin-bottom: 0.75rem; - font-size: $font-size-base * 1.25; - - &.small { - font-size: $font-size-base * 1.5; - font-variant: all-small-caps; - } + font-size: $font-size-base; } .nav-link {