Add theme colour, Inter font import fix
Some checks failed
Build and Deploy to Web Server / deploy (push) Failing after 2m48s
Some checks failed
Build and Deploy to Web Server / deploy (push) Failing after 2m48s
This commit is contained in:
@@ -38,6 +38,8 @@ const headDescription: string = description || site.description;
|
||||
|
||||
<ThemeManager defaultTheme="auto" />
|
||||
|
||||
<meta name="theme-color" content="#ff2d00" />
|
||||
|
||||
<Analytics />
|
||||
|
||||
<ClientRouter />
|
||||
|
@@ -1,6 +1,6 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap");
|
||||
@import "../../public/fonts/inter/inter.css";
|
||||
@import "../../fonts/inter/inter.css";
|
||||
@import "tailwindcss";
|
||||
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
||||
|
||||
|
Reference in New Issue
Block a user