Skip to content

Commit

Permalink
fix(embed-field): set title to white to match Discord revert
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 7, 2020
1 parent adef9b1 commit 2e6007f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.discord-embed .discord-embed-field .discord-field-title {
color: #72767d;
color: #ffffff;
font-weight: 500;
font-size: 0.875rem;
line-height: 1.125rem;
Expand Down

0 comments on commit 2e6007f

Please sign in to comment.