phanpy/src/cloak-mode.css

22 lines
637 B
CSS
Raw Normal View History

2023-04-10 13:41:42 +00:00
body.cloak .name-text,
2023-04-23 05:12:00 +00:00
body.cloak .name-text *,
2023-04-10 13:41:42 +00:00
body.cloak .status .content-container,
2023-04-23 05:12:00 +00:00
body.cloak .status .content-container *,
2023-04-23 04:08:41 +00:00
body.cloak .account-container :is(header, main > *:not(.actions)),
2023-04-23 05:12:00 +00:00
body.cloak .account-container :is(header, main > *:not(.actions)) *,
2023-04-23 04:08:41 +00:00
body.cloak .header-account,
body.cloak .account-block {
2023-04-10 13:41:42 +00:00
text-decoration-thickness: 1.1em;
text-decoration-line: line-through;
text-rendering: optimizeSpeed;
2023-04-16 02:11:58 +00:00
filter: opacity(0.5);
2023-04-08 05:18:15 +00:00
}
2023-04-10 13:41:42 +00:00
body.cloak .status :is(img, video, audio),
body.cloak .avatar,
body.cloak .emoji,
body.cloak .header-banner {
filter: contrast(0) !important;
2023-04-08 05:18:15 +00:00
background-color: #000 !important;
}