Skip to content

Commit

Permalink
Allow Custom CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holota authored and shamoon committed Jan 31, 2023
1 parent 046f298 commit 147a165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Head from "next/head";
import "styles/globals.css";
import "styles/theme.css";
import "styles/manrope.css";
import "styles/custom.css";
import nextI18nextConfig from "../../next-i18next.config";

import { ColorProvider } from "utils/contexts/color";
Expand Down
3 changes: 3 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
Mount this file and define your custom styles
*/

0 comments on commit 147a165

Please sign in to comment.