From bf73faa3a119e6f0d29c1f96dedcb0aa67992757 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Thu, 26 Jun 2025 14:36:28 +0500 Subject: [PATCH] Update --- static/assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;