[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,18 +1383,22 @@ a.sparkline {
line-height: 20px; line-height: 20px;
margin-bottom: 4px; margin-bottom: 4px;
.username a { .username {
color: $primary-text-color; color: $primary-text-color;
font-weight: 500; font-weight: 500;
text-decoration: none;
margin-right: 5px; margin-right: 5px;
a {
color: inherit;
text-decoration: none;
&:hover, &:hover,
&:focus, &:focus,
&:active { &:active {
text-decoration: underline; text-decoration: underline;
} }
} }
}
time { time {
margin-left: 5px; margin-left: 5px;