this repo has no description
1body.cloak,
2.cloak {
3 a {
4 text-decoration-color: var(--link-color);
5 }
6
7 .name-text,
8 .name-text *,
9 .status .content-container,
10 .status .content-container *,
11 .status .content-compact > *,
12 .account-container .actions small,
13 .account-container :is(header, main > *:not(.actions)),
14 .account-container :is(header, main > *:not(.actions)) *,
15 .header-double-lines *,
16 .account-block,
17 .catchup-filters .filter-author *,
18 .post-peek-html *,
19 .post-peek-content > *,
20 .request-notifications-account *,
21 .status.compact-thread *,
22 .status .content-compact {
23 text-decoration-thickness: 1.1em;
24 text-decoration-line: line-through;
25 /* text-rendering: optimizeSpeed; */
26 filter: opacity(0.5);
27 }
28 .name-text *,
29 .status .content-container *,
30 .account-container :is(header, main > *:not(.actions)) *,
31 .post-peek-content > * {
32 filter: none;
33 }
34
35 .status :is(img, video, audio),
36 .media-post .media,
37 .avatar *,
38 .emoji,
39 .header-banner,
40 .post-peek-media {
41 filter: contrast(0) !important;
42 background-color: #000 !important;
43 }
44}
45
46/* SPECIAL CASES */
47
48@supports (display: -webkit-box) {
49 :is(body.cloak, .cloak) .card :is(.title, .meta) {
50 background-color: currentColor !important;
51 }
52}
53
54body.cloak,
55.cloak {
56 .header-double-lines *,
57 .account-container .profile-metadata b,
58 .account-container .actions small,
59 .account-container .stats *,
60 .media-container figcaption,
61 .media-container figcaption > *,
62 .catchup-filters .filter-author *,
63 .request-notifications-account * {
64 color: var(--text-color) !important;
65 }
66
67 .account-container .actions small,
68 .status .content-compact {
69 background-color: currentColor !important;
70 }
71}