add mentions
This commit is contained in:
@@ -1409,3 +1409,24 @@ footer {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
a.mention, a.mention:visited {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
background-color: rgb(135.1928346457, 145.0974015748, 123.0025984252);
|
||||
padding: 5px;
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.mention.display, a.mention:visited.display {
|
||||
text-decoration: underline;
|
||||
text-decoration-style: dashed;
|
||||
}
|
||||
a.mention.me, a.mention:visited.me {
|
||||
background-color: rgb(123.0025984252, 145.0974015748, 143.9545669291);
|
||||
border: 1px dashed;
|
||||
}
|
||||
a.mention:hover, a.mention:visited:hover {
|
||||
background-color: rgb(229.84, 231.92, 227.28);
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user