From 9733b239fd4e2f8d2c561332fb96bd537292a5bf Mon Sep 17 00:00:00 2001 From: VDawg Date: Wed, 15 Nov 2023 21:53:42 +0100 Subject: [PATCH] WallOfFame: Nicer wisdoms --- src/routes/wall_of_fame/+page.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/wall_of_fame/+page.svelte b/src/routes/wall_of_fame/+page.svelte index 314b1f5..101a5e8 100755 --- a/src/routes/wall_of_fame/+page.svelte +++ b/src/routes/wall_of_fame/+page.svelte @@ -176,13 +176,14 @@ z-index: -10; opacity: 0.6; margin-top: -2rem; + mask-image: linear-gradient(to top, transparent, white); } .wisdom { width: max-content; height: max-content; text-align: center; - color: theme(colors.cyan.700); + color: theme(colors.cyan.500); text-shadow: 0px 0px 8px blue; }