From 87850c777bcf2dda200f9b2664d705ac9b83b0f3 Mon Sep 17 00:00:00 2001 From: J Sikes <31295952+TechRancher@users.noreply.github.com> Date: Thu, 3 Sep 2020 19:38:49 -0500 Subject: [PATCH] Update base.css Updated import url to https --- Chapter04/bookmarks/account/static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter04/bookmarks/account/static/css/base.css b/Chapter04/bookmarks/account/static/css/base.css index 7109a35..dceb48b 100644 --- a/Chapter04/bookmarks/account/static/css/base.css +++ b/Chapter04/bookmarks/account/static/css/base.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Muli); +@import url(https://fonts.googleapis.com/css?family=Muli); // Added s to Http to update to new secure connection. body { margin:0;