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