From 5362da7d89534d8847d104d39d6deeeb3d427a5e Mon Sep 17 00:00:00 2001 From: Ak Moorthi <119858092+codx-ak@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:10:04 +0530 Subject: [PATCH] bg change --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c58715b..ee076fb 100644 --- a/style.css +++ b/style.css @@ -11,7 +11,7 @@ body{ align-items: center; width: 100vw; height: 100vh; - background: linear-gradient(to left, #932828, #d21919); + background: lightcoral; -webkit-user-select: none; user-select: none; perspective: 1000px; @@ -116,4 +116,4 @@ body{ font-size: 13px; padding: 0.5rem; text-align: center; -} \ No newline at end of file +}