Quartz sync: Jun 17, 2025, 11:36 AM

This commit is contained in:
Liz 2025-06-17 11:36:54 -04:00
parent d2aab982ed
commit cf96e3b5ed
2 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: Welcome! title: Welcome! 🌱 🪴
--- ---
🌱 🪴 > [!note] Welcome!
> Im 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/)!
Im 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/)!

View File

@ -1,2 +1,10 @@
@use "./base.scss"; @use "./base.scss";
// @use "themes"; // @use "themes";
// .callout {
// &[data-callout="custom"] {
// --color: #customcolor;
// --border: #custombordercolor;
// --bg: #custombg;
// --callout-icon: url("data:image/svg+xml; utf8, <custom formatted svg>"); //SVG icon code
// }
// }