aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-09-19 17:53:21 -0700
committerPinapelz <yukais@pinapelz.com>2023-09-19 17:53:21 -0700
commit599437caddfa1399cf475dd70c6da4adcaadb96e (patch)
tree9599ddc68ed4a637f10ff03756826d1dd700d572 /src/layouts/Layout.astro
parentf2ff1aeb03400c77396c729d887bb284da963378 (diff)
implemented home page
- CSS animation - Social media navbar
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