mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Spaces in css rules
This commit is contained in:
parent
f9b6793d47
commit
c9e16a7f74
1 changed files with 2 additions and 2 deletions
|
@ -645,7 +645,7 @@
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__markdown-mention{
|
.chatlog__markdown-mention {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
background-color: @Themed("rgba(88, 101, 242, .3)", "rgba(88, 101, 242, .15)");
|
background-color: @Themed("rgba(88, 101, 242, .3)", "rgba(88, 101, 242, .15)");
|
||||||
|
@ -658,7 +658,7 @@
|
||||||
color: #ffffff
|
color: #ffffff
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatlog__markdown-timestamp{
|
.chatlog__markdown-timestamp {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
color: @Themed("#a3a6aa", "#5e6772");
|
color: @Themed("#a3a6aa", "#5e6772");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue