From 25d38d1ae82e2af3448378f6963b51504101e7a2 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Sun, 27 Aug 2023 18:40:03 -0400 Subject: [PATCH] Update css file --- src/site/styles/custom-style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/styles/custom-style.scss b/src/site/styles/custom-style.scss index a7cb45e..1300b35 100644 --- a/src/site/styles/custom-style.scss +++ b/src/site/styles/custom-style.scss @@ -1,6 +1,11 @@ body { + --note-icon-1: url(/img/icons8-r2-d2.svg); + --note-icon-2: url(/img/icons8-jedi-order.svg); + --note-icon-3: url(/img/icons8-star-wars.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.