mirror of
https://github.com/discordjs/discord.js.git
synced 2026-05-29 15:10:09 +00:00
12 lines
163 B
CSS
12 lines
163 B
CSS
@import '@unocss/reset/tailwind-compat.css';
|
|
@unocss all;
|
|
|
|
body {
|
|
font-family: var(--font-inter);
|
|
min-height: 100vh;
|
|
}
|
|
|
|
code {
|
|
font-family: var(--font-mono);
|
|
}
|