Dumb ahh left a thing in css, removed and ow works yay

This commit is contained in:
incognitotgt 2023-12-30 13:03:10 -05:00
parent afbcb52286
commit a934cfc4fd
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
@import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap");
:root [data-theme="mocha"] {
:root {
--background-primary: #1e1e2e;
--background-lighter: #11111b;
--navbar-color: #11111b;

View file

@ -1,4 +1,4 @@
import { render, Component } from "preact";
import { render } from "preact";
import { Suspense, lazy } from "preact/compat";
import { LoadSuspense } from "./LoadSuspense";
const Routes = lazy(() => import("./routes"));