aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-24 17:59:54 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-24 17:59:54 +0100
commit9b46a6a20eef6d05b609f87538d5bdb275850b47 (patch)
tree8846780ac59a3f3db7886fbc71b0037d00e7778e /src/layouts/Layout.astro
parent329032ae7a7d90acf338ecc3d22920d42d0755cc (diff)
Add taskfile, update workflow dependencies, small tweaks
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 3aa2dd0..af038bf 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -171,13 +171,25 @@ const { title, description, empty } = Astro.props;
p.meta {
display: block;
- font-size: 0.85rem;
+ font-size: 0.90rem;
margin-bottom: 1rem;
}
pre {
overflow: scroll;
}
+
+ blockquote {
+ margin-inline: 2rem;
+ padding-left: 1rem;
+ font-style: italic;
+
+ border-left: 4px solid color.adjust($accent, $lightness: 40%);
+ background-color: color.adjust($background, $lightness: -2%);
+
+ margin-top: 1.5rem;
+ margin-bottom: 1.5rem;
+ }
}
main a {