add mentions
This commit is contained in:
@@ -1410,6 +1410,27 @@ footer {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
a.mention, a.mention:visited {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
background-color: rgb(155.8907865169, 93.2211235955, 76.5092134831);
|
||||
padding: 3px;
|
||||
border-radius: 16px;
|
||||
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(99.4880898876, 155.8907865169, 76.5092134831);
|
||||
border: 1px dashed;
|
||||
}
|
||||
a.mention:hover, a.mention:visited:hover {
|
||||
background-color: rgb(231.56, 212.36, 207.24);
|
||||
color: black;
|
||||
}
|
||||
|
||||
#topnav {
|
||||
border-top-left-radius: 16px;
|
||||
border-top-right-radius: 16px;
|
||||
|
||||
Reference in New Issue
Block a user