update css file
parent
47e6d6a425
commit
aa613d4142
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
/***
|
/***
|
||||||
ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.)
|
ADD YOUR CUSTOM STYLIING HERE. (INSIDE THE body {...} section.)
|
||||||
|
@ -10,4 +11,10 @@ body {
|
||||||
// h1 {
|
// h1 {
|
||||||
// color: black;
|
// 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);}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue