From 2ac002d79839fcabf69168e96de9cdf58d09867b Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Wed, 11 Mar 2026 05:19:18 -0400 Subject: [PATCH] keep working on sidenotes --- src/components/Sidenote.astro | 36 +++++++++++++++++++++++++++ src/components/icons/chevron-down.svg | 3 +++ src/components/icons/x-mark.svg | 3 +++ src/styles/vars.css | 6 +++++ 4 files changed, 48 insertions(+) create mode 100644 src/components/icons/chevron-down.svg create mode 100644 src/components/icons/x-mark.svg diff --git a/src/components/Sidenote.astro b/src/components/Sidenote.astro index 000469d..f68bd76 100644 --- a/src/components/Sidenote.astro +++ b/src/components/Sidenote.astro @@ -1,4 +1,6 @@ --- +import Icon from '@components/Icon.astro'; + const id = crypto.randomUUID(); SIDENOTE_COUNT += 1 --- @@ -14,11 +16,17 @@ another block-level element inside a

--> { SIDENOTE_COUNT } +