diff --git a/src/lib/components/callout.svelte b/src/lib/components/callout.svelte deleted file mode 100644 index e6827d7..0000000 --- a/src/lib/components/callout.svelte +++ /dev/null @@ -1,100 +0,0 @@ - - -{#snippet calloutContent()} -
- {#if type == "quote"} - ยป - {:else if type == "info"} - i - {:else} - ! - {/if} -
-"{@html p}"
- {:else} -{@html p}
- {/if} - {/each} -:: {post.post.date} {#if post.post.dateUpdated} - // {post.post.dateUpdated} + // {post.post.dateUpdated} {/if}
{post.post.description}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 7ab4357..9a0e252 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -120,10 +120,6 @@ --color-link-visited: #ffd7f0; --color-link-hovered: #ffdad5; - --color-callout-warn: var(--color-highlight-alt); - --color-callout-quote: #354CBE; - --color-callout-info: #AC7F31; - /* blurs */ --blur-radius-background: 6px; @@ -310,7 +306,7 @@ video { max-width: var(--media-width); - height: var(--media-height); + /* height: var(--media-height); */ margin-top: 12px; margin-bottom: 12px; } diff --git a/src/routes/blog/2026/0317.md b/src/routes/blog/2026/0317.md index 6562072..b7f66d3 100644 --- a/src/routes/blog/2026/0317.md +++ b/src/routes/blog/2026/0317.md @@ -1,13 +1,10 @@ -