mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-19 15:44:46 +03:00
16 lines
447 B
CSS
16 lines
447 B
CSS
body.cloak .name-text,
|
|
body.cloak .status .content-container,
|
|
body.cloak .account-container :is(header, main > *:not(.actions)) {
|
|
text-decoration-thickness: 1.1em;
|
|
text-decoration-line: line-through;
|
|
text-rendering: optimizeSpeed;
|
|
filter: opacity(0.5);
|
|
}
|
|
|
|
body.cloak .status :is(img, video, audio),
|
|
body.cloak .avatar,
|
|
body.cloak .emoji,
|
|
body.cloak .header-banner {
|
|
filter: contrast(0) !important;
|
|
background-color: #000 !important;
|
|
}
|