From 5c3fbb7bcddcf827c1712d9b51865f695b4359bc Mon Sep 17 00:00:00 2001 From: Thedogecraft Date: Tue, 11 Jun 2024 10:58:06 +0000 Subject: [PATCH] Updates :3 --- config/custom.css | 6 ++++++ config/main.css | 5 ++--- config/main.js | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config/custom.css b/config/custom.css index e69de29..d229074 100644 --- a/config/custom.css +++ b/config/custom.css @@ -0,0 +1,6 @@ +:root { + + --background-color: #41444e !important; + --text-color: white !important; + --accent-color: #404040 !important; +} diff --git a/config/main.css b/config/main.css index d11c905..1e6a579 100644 --- a/config/main.css +++ b/config/main.css @@ -2,12 +2,11 @@ @import url(/./config/custom.css); @import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); /* Variable configuration */ -:root { - /* --background-color: #566eca; */ +/* :root { --background-color: #41444e; --text-color: white; --accent-color: #404040; -} +} */ * { font-family: ubuntu; } diff --git a/config/main.js b/config/main.js index 6b9416e..d01399f 100644 --- a/config/main.js +++ b/config/main.js @@ -7,7 +7,7 @@ var sitename = "Native Lite (CHANGE ME)"; // Change this to change the name of y // END CONFIG import "/./config/custom.js"; // import "https://nativegames.net/media/nativescript.js"; -var serverUrl1 = "https://stop-looking-you-skid.onrender.com"; +var serverUrl1 = "https://parcoil-assets.onrender.com"; var currentPageTitle = document.title; document.title = `${currentPageTitle} | ${sitename}`; let gamesData = []; // Store original games data