2023-08-20 07:17:11 +03:00
|
|
|
body.cloak,
|
|
|
|
.cloak {
|
|
|
|
a {
|
|
|
|
text-decoration-color: var(--link-color);
|
|
|
|
}
|
2023-06-12 18:57:21 +03:00
|
|
|
|
2023-08-20 07:17:11 +03:00
|
|
|
.name-text,
|
|
|
|
.name-text *,
|
|
|
|
.status .content-container,
|
|
|
|
.status .content-container *,
|
2024-02-28 10:34:11 +03:00
|
|
|
.status .content-compact > *,
|
2024-07-06 04:47:28 +03:00
|
|
|
.account-container .actions small,
|
2023-08-20 07:17:11 +03:00
|
|
|
.account-container :is(header, main > *:not(.actions)),
|
|
|
|
.account-container :is(header, main > *:not(.actions)) *,
|
2024-07-06 04:47:28 +03:00
|
|
|
.header-double-lines *,
|
2024-02-26 09:02:58 +03:00
|
|
|
.account-block,
|
2024-02-27 18:29:54 +03:00
|
|
|
.catchup-filters .filter-author *,
|
|
|
|
.post-peek-html *,
|
2024-03-26 18:44:18 +03:00
|
|
|
.post-peek-content > *,
|
2024-07-06 04:47:28 +03:00
|
|
|
.request-notifications-account *,
|
|
|
|
.status.compact-thread *,
|
|
|
|
.status .content-compact {
|
2023-08-20 07:17:11 +03:00
|
|
|
text-decoration-thickness: 1.1em;
|
|
|
|
text-decoration-line: line-through;
|
2024-02-23 13:05:39 +03:00
|
|
|
/* text-rendering: optimizeSpeed; */
|
2023-08-20 07:17:11 +03:00
|
|
|
filter: opacity(0.5);
|
|
|
|
}
|
|
|
|
.name-text *,
|
|
|
|
.status .content-container *,
|
2024-02-27 18:29:54 +03:00
|
|
|
.account-container :is(header, main > *:not(.actions)) *,
|
|
|
|
.post-peek-content > * {
|
2023-08-20 07:17:11 +03:00
|
|
|
filter: none;
|
|
|
|
}
|
2023-04-08 08:18:15 +03:00
|
|
|
|
2023-08-20 07:17:11 +03:00
|
|
|
.status :is(img, video, audio),
|
2023-10-29 16:41:03 +03:00
|
|
|
.media-post .media,
|
2024-02-26 09:02:58 +03:00
|
|
|
.avatar *,
|
2023-08-20 07:17:11 +03:00
|
|
|
.emoji,
|
2024-02-26 09:02:58 +03:00
|
|
|
.header-banner,
|
|
|
|
.post-peek-media {
|
2023-08-20 07:17:11 +03:00
|
|
|
filter: contrast(0) !important;
|
|
|
|
background-color: #000 !important;
|
|
|
|
}
|
2023-04-08 08:18:15 +03:00
|
|
|
}
|
2023-06-12 18:57:21 +03:00
|
|
|
|
|
|
|
/* SPECIAL CASES */
|
|
|
|
|
|
|
|
@supports (display: -webkit-box) {
|
2024-02-28 10:34:11 +03:00
|
|
|
:is(body.cloak, .cloak) .card :is(.title, .meta) {
|
|
|
|
background-color: currentColor !important;
|
2023-06-12 18:57:21 +03:00
|
|
|
}
|
|
|
|
}
|
2024-02-27 18:29:54 +03:00
|
|
|
|
2024-02-28 10:34:11 +03:00
|
|
|
body.cloak,
|
|
|
|
.cloak {
|
2024-07-06 04:47:28 +03:00
|
|
|
.header-double-lines *,
|
|
|
|
.account-container .profile-metadata b,
|
|
|
|
.account-container .actions small,
|
|
|
|
.account-container .stats *,
|
2024-02-28 10:34:11 +03:00
|
|
|
.media-container figcaption,
|
|
|
|
.media-container figcaption > *,
|
2024-03-26 18:44:18 +03:00
|
|
|
.catchup-filters .filter-author *,
|
|
|
|
.request-notifications-account * {
|
2024-03-02 05:01:04 +03:00
|
|
|
color: var(--text-color) !important;
|
2024-02-28 10:34:11 +03:00
|
|
|
}
|
2024-07-06 04:47:28 +03:00
|
|
|
|
|
|
|
.account-container .actions small,
|
|
|
|
.status .content-compact {
|
|
|
|
background-color: currentColor !important;
|
|
|
|
}
|
2024-02-27 18:29:54 +03:00
|
|
|
}
|