From 3bee63d5380e3f3715b7f18c013d7e241dea4233 Mon Sep 17 00:00:00 2001 From: PrestonT500 Date: Mon, 28 Oct 2024 11:03:17 -0700 Subject: [PATCH] SEVI i fixed the dark mode and added the checkbox back while keeping gradient. Someone find good colors for it --- css/index.css | 1 - index.html | 5 +++-- js/{darkmoderewrite.js => darkmode.js} | 12 ++++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) rename js/{darkmoderewrite.js => darkmode.js} (72%) diff --git a/css/index.css b/css/index.css index 05ab953..ec8680b 100644 --- a/css/index.css +++ b/css/index.css @@ -1,6 +1,5 @@ body { font-family: 'Arial', sans-serif; - background: rgb(0,0,0); background: linear-gradient(39deg, rgba(0,0,0,1) 0%, rgba(128,3,251,1) 20%, rgba(107,6,255,1) 40%, rgba(88,31,255,1) 60%, rgba(43,0,255,1) 80%, rgba(0,0,0,1) 100%); margin: 0; padding: 0; diff --git a/index.html b/index.html index 96ac70f..f2f794a 100644 --- a/index.html +++ b/index.html @@ -14,11 +14,12 @@ - +

Welcome to EaglerCraftX

- + +