From 1db44ca4d01d8180a1adaf69f2f0f9a1ce953221 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 29 Nov 2025 00:17:03 +0100 Subject: Improve styles --- src/layouts/Layout.astro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/layouts/Layout.astro') 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 { -- cgit v1.3