[Glitch] Fix remote reports with comments revealing remote reporter

Port SCSS changes from 57814a98a9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Claire 2022-02-26 21:14:12 +01:00
parent 8158b04d18
commit 0a5a703a56
1 changed files with 10 additions and 6 deletions

View File

@ -1383,16 +1383,20 @@ a.sparkline {
line-height: 20px;
margin-bottom: 4px;
.username a {
.username {
color: $primary-text-color;
font-weight: 500;
text-decoration: none;
margin-right: 5px;
&:hover,
&:focus,
&:active {
text-decoration: underline;
a {
color: inherit;
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
}
}
}