blob: ef271e1ec74f60ff37d998c4318efd94fcef58f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
main.site-content {
background-color: hsl(220, 8%, 23%);
color: #dcddde;
font-family: sans-serif;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.3;
letter-spacing: 0;
text-rendering: optimizeLegibility;
}
.discord-message {
margin: 1rem;
}
.discord-message-header {
white-space: nowrap;
letter-spacing: 0;
}
.discord-username {
font-size: 1rem;
font-weight: 500;
}
.discord-message-metadata {
color: hsla(0,0%,100%,.2);
font-size: 0.75rem;
font-weight: 400;
margin: 0 .3rem;
}
.discord-channel {
font-size: 0.9rem;
font-weight: 500;
color: #dcddde;
}
.discord-id {
color: #dcddde;
font-weight: 300;
margin-left: 0.3rem;
}
|