mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Add provider name to rich embeds and set provider and author text color to match discords
This commit is contained in:
@ -705,6 +705,14 @@ p.mentioned span.chatmessage {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.richembed .provider .name {
|
||||
color: #87909c;
|
||||
}
|
||||
|
||||
.richembed .author .name {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.richembed .author img, .richembed .footer img {
|
||||
width: 20px;
|
||||
border-radius: 100px;
|
||||
|
Reference in New Issue
Block a user