Update css file

update-template-to-v1.54.2-d58922aa-d6d0-4a9d-ae7f-5f7ff40cbb58
shwetha729 2023-08-27 17:20:41 -04:00
parent ee9ebd474c
commit 89d66c0cf0
1 changed files with 7 additions and 5 deletions

View File

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