diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:36:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-13 10:36:19 +0200 |
commit | fc073c245fb2122d3afbe16d3188cc96c022baa8 (patch) | |
tree | 92facb4211a5e9668021d1c72cf8c038b507c763 /pages | |
parent | ed5122a5fb89a8512fa96a7ae591f8843690c5ed (diff) |
print css
Diffstat (limited to 'pages')
-rw-r--r-- | pages/_app.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 6b0e4fa..0f1e87b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -8,6 +8,7 @@ import '../styles/globals.css'; import '../styles/image.css'; import '../styles/layout.css'; import '../styles/navbar.css'; +import '../styles/print.css'; import '../styles/search.css'; import '../styles/tags.css'; |