From cef62421a32a828e4234f32b911a457b16a82117 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 10 Aug 2020 05:10:45 +0200 Subject: [PATCH] fix dark gradient angle --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index fc0e71e..545df2b 100644 --- a/style.css +++ b/style.css @@ -213,7 +213,7 @@ footer a { @media (prefers-contrast: high), (prefers-color-scheme: dark) { body { --gradient: - linear-gradient(to bottom, + linear-gradient(135deg, hsl(42deg, 56%, 55%), hsl(348deg, 56%, 55%), hsl(334deg, 60%, 43%),