aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts
diff options
context:
space:
mode:
authorPinapelz <donaldshan1@outlook.com>2023-09-20 00:24:08 -0700
committerPinapelz <donaldshan1@outlook.com>2023-09-20 00:24:08 -0700
commit1c1c5db4caf55e3204b82bfa4b39a50ff1283b06 (patch)
treee38c16a8a2d0060e796c6d300ee15a249b4a5ec4 /src/layouts
parentbcab8485e86b3173457280923de340e556861725 (diff)
implemented project page with cards
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Layout.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 69f5f8f..672b5cc 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -35,8 +35,8 @@ import Header from '../components/Header.astro';
);
--accent-gradient-purp: linear-gradient(
45deg,
- rgb(126, 85, 182),
- rgb(121, 77, 209) 30%,
+ rgb(139, 101, 194),
+ rgb(145, 108, 219) 30%,
rgb(230, 230, 250) 60%
);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage