From 7bbcbecc50e981dd2c3d02cb205e51c81dbc2d6f Mon Sep 17 00:00:00 2001 From: Tim Lockridge Date: Fri, 3 May 2024 13:56:04 -0400 Subject: [PATCH] Fix typo in custom-syle.css (#219) --- src/site/styles/custom-style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/styles/custom-style.scss b/src/site/styles/custom-style.scss index 3ec785c..e25e58a 100644 --- a/src/site/styles/custom-style.scss +++ b/src/site/styles/custom-style.scss @@ -1,6 +1,6 @@ body { /*** - ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.) + ADD YOUR CUSTOM STYLING HERE. (INSIDE THE body {...} section.) IT WILL TAKE PRECEDENCE OVER THE STYLING IN THE STYLE.CSS FILE. ***/ // background-color: white; @@ -10,4 +10,4 @@ body { // h1 { // color: black; // } -} \ No newline at end of file +}