highlight using primary color

pull/90/head
Aevann 2023-01-22 09:13:44 +02:00
parent bb6d798647
commit d5291a5e41
1 changed files with 11 additions and 2 deletions

View File

@ -26,8 +26,17 @@
}
.chat-mention {
background-color: #ffffff44;
border-radius: 3px;
position: relative;
}
.chat-mention::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
background-color: var(--primary);
opacity: 0.12;
}
p, h1, h2, h3, h4, h5 {