Files
discord.js/apps/guide/src/styles/main.css
2023-03-25 22:52:47 +01:00

9 lines
104 B
CSS

body {
font-family: var(--font-inter);
min-height: 100vh;
}
code {
font-family: var(--font-mono);
}