aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-29 00:17:03 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-29 00:17:28 +0100
commit1db44ca4d01d8180a1adaf69f2f0f9a1ce953221 (patch)
tree9c6a7f71488d08ee2c271d6fe7df9695373f099d /src/layouts/Layout.astro
parent72f4b03ea2648b7c9de1d4bf2f0899a278537167 (diff)
Improve styles
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 2a12302..46720ba 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -111,13 +111,14 @@ const { title, description, empty } = Astro.props;
background: linear-gradient(
to bottom,
- #ffffff 0%,
- color.adjust($background, $lightness: -2%) 6rem,
- color.adjust($background, $lightness: -5%) 12rem,
- color.adjust($background, $lightness: -5%) 88%,
- color.adjust($backgroundDarker, $lightness: -5%) 100%
+ #f0f8ff 0%,
+ #e6f3ff 6rem,
+ #d9edff 12rem,
+ #d9edff 88%,
+ #cce5ff 100%
);
color: $dark;
+ line-height: 1.6;
}
a {