Skip to content

Commit

Permalink
Updates :3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thedogecraft committed Jun 11, 2024
1 parent f75e5f7 commit 5c3fbb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions config/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
:root {

--background-color: #41444e !important;
--text-color: white !important;
--accent-color: #404040 !important;
}
5 changes: 2 additions & 3 deletions config/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c3fbb7

Please sign in to comment.