From f8ce4a93624aae3fa72eb34b0cb1708b717f5633 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Mon, 5 Aug 2024 21:28:20 +0200 Subject: [PATCH] put a gradient in the cw background --- style/shiny/single.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/shiny/single.css b/style/shiny/single.css index e8d7e4f..09384af 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -43,7 +43,9 @@ body { height: 100%; z-index: 1; - background: hsl(330deg, 20%, 36%); + background: linear-gradient(to bottom, + hsl(330deg, 20%, 46%), + hsl(345deg, 40%, 17%)); display: flex; align-items: center;