The weeb for the next gen discord boat - Wamellow
wamellow.com
bot
discord
1@reference "../../app/globals.css"
2
3.discord-md {}
4
5.discord-md a {
6 @apply text-blurple hover:underline
7}
8
9.discord-md code {
10 @apply bg-[#26272f] border-[1px] border-[#31323b] p-1 text-xs rounded
11}
12
13.discord-md-light code {
14 @apply !bg-neutral-300 !border-neutral-400
15}
16
17.discord-md .d-mention {
18 @apply bg-blurple/30 hover:bg-blurple/50 py-0.5 px-1 rounded-md dark:text-neutral-100 text-neutral-900 font-light duration-200 cursor-pointer
19}
20
21.discord-md .d-emoji {
22 @apply size-5 inline
23}
24
25.discord-md .d-spoiler {
26 @apply bg-[#333439] px-0.5 text-sm rounded
27}
28
29.discord-md h1 {
30 @apply text-3xl font-semibold text-white
31}
32
33.discord-md h2 {
34 @apply text-2xl font-semibold text-white
35}
36
37.discord-md h3 {
38 @apply text-xl font-semibold text-white
39}
40
41.discord-md strong {
42 @apply font-semibold
43}