Merge pull request #904 from lholota/feat/custom-css

feat: Custom CSS
pull/916/head
shamoon 2 years ago committed by GitHub
commit f517d704b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,6 +6,7 @@ import Head from "next/head";
import "styles/globals.css"; import "styles/globals.css";
import "styles/theme.css"; import "styles/theme.css";
import "styles/manrope.css"; import "styles/manrope.css";
import "styles/custom.css";
import nextI18nextConfig from "../../next-i18next.config"; import nextI18nextConfig from "../../next-i18next.config";
import { ColorProvider } from "utils/contexts/color"; import { ColorProvider } from "utils/contexts/color";

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