File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
display : inline-flex;
4
4
align-items : center;
5
5
font-size : 15px ;
6
+ font-weight : 500 ;
7
+ }
8
+
9
+ .discord-message .discord-author-info > * {
10
+ font-weight : inherit;
6
11
}
7
12
8
13
.discord-compact-mode .discord-message .discord-author-info {
12
17
13
18
.discord-message .discord-author-info .discord-author-username {
14
19
font-size : 1.1em ;
15
- font-weight : 500 ;
16
- letter-spacing : 0.5px ;
20
+ }
21
+
22
+ .discord-message .discord-author-info .discord-author-username : hover {
23
+ text-decoration : underline;
17
24
}
18
25
19
26
.discord-compact-mode .discord-message .discord-author-info .discord-author-username {
Original file line number Diff line number Diff line change 8
8
min-width : 60px ;
9
9
font-size : 14px ;
10
10
font-weight : 500 ;
11
- font-family : 'Roboto' , sans-serif;
12
11
line-height : 16px ;
13
12
margin : 4px 8px 4px 0 ;
14
13
padding : 2px 16px ;
Original file line number Diff line number Diff line change 111
111
color : # 72767d ;
112
112
font-size : 12px ;
113
113
margin-left : 3px ;
114
+ font-weight : 500 ;
114
115
}
115
116
116
117
.discord-light-theme .discord-message .discord-message-content .discord-message-timestamp ,
You can’t perform that action at this time.
0 commit comments