diff options
| -rw-r--r-- | src/layouts/Layout.astro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b546904..d23d212 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -112,7 +112,8 @@ const { title, description, empty } = Astro.props; background: linear-gradient( to bottom, #ffffff 0%, - color.adjust($background, $lightness: -5%) 3rem, + color.adjust($background, $lightness: -2%) 6rem, + color.adjust($background, $lightness: -5%) 12rem, color.adjust($background, $lightness: -5%) 88%, color.adjust($backgroundDarker, $lightness: -5%) 100% ); |
