diff --git a/app/root.tsx b/app/root.tsx index d5f9bac..af14a05 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -10,14 +10,15 @@ import { } from "@remix-run/react"; import styles from "./styles/root.css"; -import doodle from "./styles/doodle.css"; export function links() { return [ // tailwind 生成 { rel: "stylesheet", href: styles }, - // doodle css https://github.com/chr15m/DoodleCSS - { rel: "stylesheet", href: doodle }, + { + rel: "stylesheet", + href: "https://resource.sunbohao.com/cornerCss/index-273b31bd39.css", + }, ]; } @@ -39,7 +40,7 @@ export default function App() { - +