[HTML] Update CSS for mentions (#278)

pull/285/head
Will Kennedy 5 years ago committed by GitHub
parent a24fe3906c
commit 378f0a20db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save