put a gradient in the cw background

This commit is contained in:
rhiannon morris 2024-08-05 21:28:20 +02:00
parent 70e3e36244
commit f8ce4a9362
1 changed files with 3 additions and 1 deletions

View File

@ -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;