summaryrefslogtreecommitdiff
path: root/src/components/widgets/Note.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
commit8589a3bc97190c3d3bbb7246ea517e7855abfeed (patch)
tree7c92af8a6a72148973af1e0ec240a15f2386edea /src/components/widgets/Note.astro
parentd571a3720ae42f3cf5fddf2454e04aa2ad775b0c (diff)
cleanup and styling
Diffstat (limited to 'src/components/widgets/Note.astro')
-rw-r--r--src/components/widgets/Note.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro
index 3594b39..3f43881 100644
--- a/src/components/widgets/Note.astro
+++ b/src/components/widgets/Note.astro
@@ -14,7 +14,7 @@ const {
} = Astro.props;
---
-<section class="bg-blue-50 dark:bg-slate-800 not-prose">
+<section class="bg-section dark:bg-slate-800 not-prose">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
<Icon name={icon} class="w-5 h-5 inline-block align-text-bottom font-bold" />
<span class="font-bold" set:html={title} />