diff --git a/content/index.md b/content/index.md index 136f803..e243623 100644 --- a/content/index.md +++ b/content/index.md @@ -1,8 +1,8 @@ --- -title: Welcome! +title: Welcome! 🌱 🪴 --- -🌱 🪴 +> [!note] Welcome! +> I’m Liz, aka B. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. +> Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! -I’m Liz, aka B. I'm a tech director, artist, casual gamer and CSS tinkerer. I love the small web, retro tech, travel, art, fashion, photography and currently working on a creative portfolio and digital garden. Please keep checking back for updates each week. -Subscribe to my updated [RSS feed](/index.xml), sign my [guestbook](/guestbook/), or say hi via [email](/about#contact/)! diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 6dc5271..f1ef87f 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -1,2 +1,10 @@ @use "./base.scss"; // @use "themes"; +// .callout { +// &[data-callout="custom"] { +// --color: #customcolor; +// --border: #custombordercolor; +// --bg: #custombg; +// --callout-icon: url("data:image/svg+xml; utf8, "); //SVG icon code +// } +// } \ No newline at end of file