diff --git a/static/assets/css/style.css b/static/assets/css/style.css index 7f4a0c8..0d87e51 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -2,9 +2,9 @@ body { width: 100%; height: 100%; background: linear-gradient(135deg, - rgba(163, 0, 204, 0.5) 0%, - rgba(0, 51, 204, 0.5), - rgba(77, 13, 0, 0.5) 100%); + rgba(255, 179, 179, 0.5) 0%, + rgba(212, 76, 76, 0.658), + rgba(231, 35, 49, 0.5) 100%); background-repeat: no-repeat; background-position: center center; background-attachment: fixed;