aboutsummaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-30 12:52:46 +0200
committerlonkaars <l.leblansch@gmail.com>2021-03-30 12:52:46 +0200
commit2a0b62d48e9c63246d1f8935acc9756137dd8fd2 (patch)
treefecc7d189ee4dc003d86bd27be9a1b1e196a94c7 /pages/_app.tsx
parent627166edff0d7c32a99f330c83fb98891a68fc81 (diff)
light mode css
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 435fa0e..bc96369 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -6,6 +6,7 @@ import '../styles/globals.css';
import '../styles/navbar.css';
import '../styles/button.css';
import '../styles/image.css';
+import '../styles/tags.css';
export default function Blog({ Component, pageProps }) {
return <div>