mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
[HTML] Update CSS for mentions (#278)
This commit is contained in:
parent
a24fe3906c
commit
378f0a20db
|
|
@ -82,6 +82,10 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention {
|
.mention {
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0 2px;
|
||||||
|
color: #7289da;
|
||||||
|
background: rgba(114, 137, 218, .1);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,6 @@ a {
|
||||||
color: #b9bbbe !important;
|
color: #b9bbbe !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention {
|
|
||||||
color: #7289da;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* === Preamble === */
|
/* === Preamble === */
|
||||||
|
|
||||||
.preamble__entry {
|
.preamble__entry {
|
||||||
|
|
|
||||||
|
|
@ -27,11 +27,6 @@ a {
|
||||||
color: #657b83 !important;
|
color: #657b83 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention {
|
|
||||||
background-color: #f1f3fb;
|
|
||||||
color: #7289da;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Preamble */
|
/* Preamble */
|
||||||
|
|
||||||
.preamble__entry {
|
.preamble__entry {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue