Revert "Dumb ahh left a thing in css, removed and ow works yay"
This reverts commit a934cfc4fd.
This commit is contained in:
parent
962dc1b52e
commit
79fca20943
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");
|
||||
|
||||
:root {
|
||||
:root [data-theme="mocha"] {
|
||||
--background-primary: #1e1e2e;
|
||||
--background-lighter: #11111b;
|
||||
--navbar-color: #11111b;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { render } from "preact";
|
||||
import { render, Component } from "preact";
|
||||
import { Suspense, lazy } from "preact/compat";
|
||||
import { LoadSuspense } from "./LoadSuspense";
|
||||
const Routes = lazy(() => import("./routes"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue