diff --git a/src/site/styles/custom-style.scss b/src/site/styles/custom-style.scss index 3ec785c..f4f03fa 100644 --- a/src/site/styles/custom-style.scss +++ b/src/site/styles/custom-style.scss @@ -1,3 +1,4 @@ + body { /*** ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.) @@ -10,4 +11,10 @@ body { // h1 { // color: black; // } + 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);} +} } \ No newline at end of file