refactor: update theme configuration and background styles

This commit is contained in:
radishzzz 2025-01-19 23:18:12 +00:00
parent 8eb0876c01
commit d148649454
9 changed files with 129 additions and 4214 deletions

View file

@ -1,9 +1,12 @@
---
import Head from '@/components/Head.astro'
import themeConfig from '@/config'
import '@/styles/global.css'
const fontStyle = `font-${themeConfig.global.font}`
---
<html lang={Astro.currentLocale || 'en-US'}>
<html lang={Astro.currentLocale || 'en-US'} class={fontStyle}>
<head>
<Head />
</head>