mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
refactor: docs (#10126)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user