From 0554d3c07708080fd4b8ea7055758322d1fb7ede Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Tue, 21 Aug 2018 15:02:25 +0200 Subject: [PATCH] new gradient colours --- src/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 2475f62..252e19a 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -7,7 +7,7 @@ html { min-height: 100%; - background: linear-gradient(110deg, rgba(139,74,255,1) 0%, rgba(25,213,255,1) 60%, rgba(255,239,153,1) 100%); + background: linear-gradient(110deg, rgba(86,67,244,1) 0%, rgba(217,71,218,1) 50%, rgba(245,232,119,1) 100%); } body {