diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 11 |
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 { |
