aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index b800e50..69f5f8f 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -33,6 +33,12 @@ import Header from '../components/Header.astro';
rgb(var(--accent-light)) 30%,
white 60%
);
+ --accent-gradient-purp: linear-gradient(
+ 45deg,
+ rgb(126, 85, 182),
+ rgb(121, 77, 209) 30%,
+ rgb(230, 230, 250) 60%
+ );
}
html {
font-family: system-ui, sans-serif;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage