🎨 provisoric design
This commit is contained in:
10
js/init.js
10
js/init.js
@@ -4,13 +4,13 @@ import * as shaders from "./shaders.js";
|
||||
import * as cards from "./cards.js";
|
||||
|
||||
async function init() {
|
||||
document.documentElement.style.setProperty("--background-color", "#000000");
|
||||
document.documentElement.style.setProperty("--background-color", "#000000");
|
||||
|
||||
await themes.init();
|
||||
shaders.init();
|
||||
cards.init();
|
||||
await themes.init();
|
||||
shaders.init();
|
||||
// cards.init();
|
||||
|
||||
// insertFileContentIn("content", "home");
|
||||
// insertFileContentIn("content", "home");
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user