From 13201cf3d4f1dc21c971da67d7a9a01dbf20c327 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 23 Mar 2020 21:10:04 +0000 Subject: [PATCH] Fix some missed bits from conversion --- Website/wwwroot/css/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/wwwroot/css/style.scss b/Website/wwwroot/css/style.scss index 3b706f1..54c49fb 100644 --- a/Website/wwwroot/css/style.scss +++ b/Website/wwwroot/css/style.scss @@ -58,7 +58,7 @@ a { &:after { @extend %fa-icon; @extend .fas; - content: $fa-var-external-link-alt; + content: fa-content($fa-var-external-link-alt); margin-left: 5px; } } @@ -107,7 +107,7 @@ h6 { } &__blurb { - background-color: fade(white, 80%); + background-color: rgba(white, 0.8); color: black; padding: 30px; width: 50%;