From 89d66c0cf02f3e09b6e761ecb2f61762cf324a0e Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Sun, 27 Aug 2023 17:20:41 -0400 Subject: [PATCH] Update css file --- src/site/styles/custom-style.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/site/styles/custom-style.scss b/src/site/styles/custom-style.scss index 86379b9..074ea1e 100644 --- a/src/site/styles/custom-style.scss +++ b/src/site/styles/custom-style.scss @@ -1,5 +1,9 @@ body { + --note-icon-1: url(/img/icons8-star-wars.svg); + --note-icon-2: url(/img/icons8-r2-d2.svg); + --note-icon-3: url(/img/icons8-jedi-order.svg); + --note-icon-fallback: url(/img/default-note-icon.svg); /*** ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.) IT WILL TAKE PRECEDENCE OVER THE STYLING IN THE STYLE.CSS FILE. @@ -11,8 +15,6 @@ body { // h1 { // color: black; // } - --note-icon-1: url(/img/icons8-star-wars.svg); - --note-icon-2: url(/img/icons8-r2-d2.svg); - --note-icon-3: url(/img/icons8-jedi-order.svg); - --note-icon-fallback: url(/img/default-note-icon.svg);} -} \ No newline at end of file + + +}