feat(invites): provide link to inviting user in party notif

Also changes basic links sitewide to purple-300
This commit is contained in:
SabreCat
2023-02-15 16:54:46 -06:00
parent ab706abed5
commit 9ec1917e6d
9 changed files with 43 additions and 84 deletions
@@ -346,6 +346,7 @@
</li>
<li>
<a
href=""
target="_blank"
@click.prevent="openBugReportModal()"
>
@@ -521,21 +522,6 @@
margin-left: .5em;
}
// formats the report a bug link to match the others
a:not([href]) {
&:not([role=button]) {
color: #007bff;
text-decoration: none;
}
}
a:not([href]):hover {
&:not([role=button]) {
color: #0056b3;
text-decoration: underline;
}
}
.tier1-icon, .tier2-icon {
width: 11px;
}