mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-01 00:20:07 +00:00
9 lines
104 B
CSS
9 lines
104 B
CSS
body {
|
|
font-family: var(--font-inter);
|
|
min-height: 100vh;
|
|
}
|
|
|
|
code {
|
|
font-family: var(--font-mono);
|
|
}
|