refactor: docs (#10126)

This commit is contained in:
Noel
2024-02-29 04:37:52 +01:00
committed by GitHub
parent 0f9017ef95
commit 18cce83d80
192 changed files with 8116 additions and 6321 deletions

View File

@@ -21,8 +21,8 @@ export default defineConfig({
},
},
fontFamily: {
sans: 'var(--font-inter)',
mono: 'var(--font-mono)',
sans: 'var(--font-geist-sans)',
mono: 'var(--font-geist-mono)',
},
},
presets: [
@@ -54,6 +54,9 @@ export default defineConfig({
'a > img[height="44"]': {
height: '44px',
},
'div[align="center"] > p > a + a': {
'margin-left': '0.5em',
},
h1: {
display: 'flex',
'place-items': 'center',