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;