diff --git a/web/index.html b/web/index.html
index 496ba7a..d1314d1 100644
--- a/web/index.html
+++ b/web/index.html
@@ -3,6 +3,8 @@
+
+
gomuks web
diff --git a/web/src/main.tsx b/web/src/main.tsx
index 6ab690b..13951f1 100644
--- a/web/src/main.tsx
+++ b/web/src/main.tsx
@@ -18,13 +18,6 @@ import { createRoot } from "react-dom/client"
import App from "./App.tsx"
import "./index.css"
-const styleTags = document.createElement("style")
-styleTags.textContent = `
-@import "_gomuks/codeblock/github-dark.css" (prefers-color-scheme: dark);
-@import "_gomuks/codeblock/github.css" (prefers-color-scheme: light);
-`
-document.head.appendChild(styleTags)
-
fetch("_gomuks/auth", { method: "POST" }).then(resp => {
if (resp.ok) {
createRoot(document.getElementById("root")!).render(