update css file

update-template-to-v1.54.2-d58922aa-d6d0-4a9d-ae7f-5f7ff40cbb58
shwetha729 2023-08-27 14:17:34 -04:00
parent 47e6d6a425
commit aa613d4142
1 changed files with 7 additions and 0 deletions

View File

@ -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);}
}
}