- Joined
- Aug 21, 2018
First I wana say thanks for quickly implementing a stealth theme after I rationally brought up its absence
However for it to be truly stealth I would ask for the following (I added my own CSS snippits I have been using with Stylish)
No Avatars. (No amount of Gray and Blue will make people not notice the big boobie anime avatars)
Remove the Sonichu comic background (breaks the whole corp aethstetic)
The User Account avatar on the topbar seems to be bugged, its only 3.172px wide, not sure why its bugged but I would just remove it (above css will do this)
On behalf of the corporate slaves I would again like to thank the staff.
Now my 9 - 5'ers. Dig deep and greedily, those share prices wont inflate themselves.
However for it to be truly stealth I would ask for the following (I added my own CSS snippits I have been using with Stylish)
No Avatars. (No amount of Gray and Blue will make people not notice the big boobie anime avatars)
CSS:
.contentRow-figure,
.message-avatar,
.structItem-cell.structItem-cell--icon,
.structItem-iconContainer,
.p-navgroup-link.p-navgroup-link--user .avatar,
.avatar .avatar--xxs{
display: none !important;
}
Remove the Sonichu comic background (breaks the whole corp aethstetic)
CSS:
.p-pageWrapper{
background-image: none;
}
On behalf of the corporate slaves I would again like to thank the staff.
Now my 9 - 5'ers. Dig deep and greedily, those share prices wont inflate themselves.