From c459c2050640d0023886ce1c90eb304296f50b88 Mon Sep 17 00:00:00 2001 From: withthelog Date: Sun, 13 Oct 2024 16:52:41 +0200 Subject: [PATCH] modified style.css --- style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/style.css b/style.css index fd5de9e..0b9f264 100644 --- a/style.css +++ b/style.css @@ -4,11 +4,7 @@ body { align-items: center; margin: 0; height: 100vh; - background: rgb(36,29,19); - background: -moz-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - background: -webkit-linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - background: linear-gradient(135deg, rgba(36,29,19,1) 0%, rgba(151,139,125,1) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#241d13",endColorstr="#978b7d",GradientType=1); + background: rgb(0, 0, 0); transition: background 1s ease; }