Allow Custom CSS

pull/904/head
Lukas Holota 1 year ago committed by shamoon
parent 046f2986a8
commit 147a165bbc

@ -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";

@ -0,0 +1,3 @@
/*
Mount this file and define your custom styles
*/
Loading…
Cancel
Save