UX: apply same style for highlight mention span (#20176)

This commit is contained in:
chapoi
2023-02-06 10:56:52 +01:00
committed by GitHub
parent c3ace5ea8b
commit 2f8ad17aed

View File

@@ -136,6 +136,12 @@
.mention.highlighted {
background: var(--tertiary-low);
color: var(--primary);
display: inline-block;
font-size: 0.93em;
font-weight: normal;
padding: 0 0.3em 0.07em;
border-radius: 0.6em;
text-decoration: none;
}
img.ytp-thumbnail-image {