style: final consistency pass — theme, responsive, animations

This commit is contained in:
2026-06-01 20:36:42 -05:00
parent 533c166f3b
commit 274217c77f
4 changed files with 19 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
import type { Metadata } from 'next'
import { Inter, Merriweather, JetBrains_Mono } from 'next/font/google'
import { ThemeProvider } from '@wrksz/themes/next'
import { Providers } from './providers'
import './globals.css'
import 'katex/dist/katex.min.css'
import { Header } from '@/components/layout/Header'