From abe9d310baa8084273a909cdeb10119556ecac07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 25 Feb 2022 14:06:14 +0100 Subject: =?UTF-8?q?Site=20assets:=20`.bd-bg-purple-bright`=20=E2=86=92=20`?= =?UTF-8?q?.bd-bg-violet`=20and=20drop=20unused=20`.bd-text-purple-bright`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/assets/scss/_content.scss | 6 +----- site/layouts/partials/home/masthead-followup.html | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'site') diff --git a/site/assets/scss/_content.scss b/site/assets/scss/_content.scss index 3dd380ef70..e79108fc69 100644 --- a/site/assets/scss/_content.scss +++ b/site/assets/scss/_content.scss @@ -76,10 +76,6 @@ font-weight: 300; } -.bd-text-purple-bright { - color: $bd-violet; -} - -.bd-bg-purple-bright { +.bd-bg-violet { background-color: $bd-violet; } diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index e6cfb4724c..48f77f4704 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -43,7 +43,7 @@
-
+
{{ partial "icons/circle-square.svg" (dict "width" "32" "height" "32") }}

Bootstrap Icons

-- cgit v1.2.3