feat: implement light and dark theme (#30)
This commit is contained in:
@@ -17,9 +17,9 @@ export const links: LinksFunction = () => [
|
||||
href: '/favicon.svg',
|
||||
type: 'image/svg+xml',
|
||||
},
|
||||
{ rel: 'stylesheet', href: reactToastifyStyles },
|
||||
{ rel: 'stylesheet', href: tailwindReset },
|
||||
{ rel: 'stylesheet', href: globalStyles },
|
||||
{ rel: 'stylesheet', href: reactToastifyStyles },
|
||||
{ rel: 'stylesheet', href: xtermStyles },
|
||||
{
|
||||
rel: 'preconnect',
|
||||
|
||||
Reference in New Issue
Block a user