mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-01 08:30:08 +00:00
16 lines
343 B
CSS
16 lines
343 B
CSS
html,
|
|
body {
|
|
height: 100vh;
|
|
margin: 0;
|
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
|
|
Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol, 'Noto Color Emoji';
|
|
}
|
|
|
|
code {
|
|
font-family: 'JetBrains Mono';
|
|
}
|
|
|
|
pre {
|
|
font-family: 'JetBrains Mono';
|
|
}
|