Skip to content

Commit 531c975

Browse files
committed
Update styles
1 parent 4988c1a commit 531c975

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

packages/core/src/styles/discord-author-info.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
display: inline-flex;
44
align-items: center;
55
font-size: 15px;
6+
font-weight: 500;
7+
}
8+
9+
.discord-message .discord-author-info > * {
10+
font-weight: inherit;
611
}
712

813
.discord-compact-mode .discord-message .discord-author-info {
@@ -12,8 +17,10 @@
1217

1318
.discord-message .discord-author-info .discord-author-username {
1419
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;
1724
}
1825

1926
.discord-compact-mode .discord-message .discord-author-info .discord-author-username {

packages/core/src/styles/discord-button.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
min-width: 60px;
99
font-size: 14px;
1010
font-weight: 500;
11-
font-family: 'Roboto', sans-serif;
1211
line-height: 16px;
1312
margin: 4px 8px 4px 0;
1413
padding: 2px 16px;

packages/core/src/styles/discord-message.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
color: #72767d;
112112
font-size: 12px;
113113
margin-left: 3px;
114+
font-weight: 500;
114115
}
115116

116117
.discord-light-theme .discord-message .discord-message-content .discord-message-timestamp,

0 commit comments

Comments
 (0)