Dumb ahh left a thing in css, removed and ow works yay
This commit is contained in:
parent
afbcb52286
commit
a934cfc4fd
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
|
||||||
|
|
||||||
:root [data-theme="mocha"] {
|
:root {
|
||||||
--background-primary: #1e1e2e;
|
--background-primary: #1e1e2e;
|
||||||
--background-lighter: #11111b;
|
--background-lighter: #11111b;
|
||||||
--navbar-color: #11111b;
|
--navbar-color: #11111b;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { render, Component } from "preact";
|
import { render } from "preact";
|
||||||
import { Suspense, lazy } from "preact/compat";
|
import { Suspense, lazy } from "preact/compat";
|
||||||
import { LoadSuspense } from "./LoadSuspense";
|
import { LoadSuspense } from "./LoadSuspense";
|
||||||
const Routes = lazy(() => import("./routes"));
|
const Routes = lazy(() => import("./routes"));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue