mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +01:00
Fix cloak mode bugs on Safari
This commit is contained in:
parent
089b7aede2
commit
b5250f03c1
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
body.cloak a {
|
||||||
|
text-decoration-color: var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
body.cloak .name-text,
|
body.cloak .name-text,
|
||||||
body.cloak .name-text *,
|
body.cloak .name-text *,
|
||||||
body.cloak .status .content-container,
|
body.cloak .status .content-container,
|
||||||
|
@ -25,3 +29,11 @@ body.cloak .header-banner {
|
||||||
filter: contrast(0) !important;
|
filter: contrast(0) !important;
|
||||||
background-color: #000 !important;
|
background-color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* SPECIAL CASES */
|
||||||
|
|
||||||
|
@supports (display: -webkit-box) {
|
||||||
|
body.cloak .card :is(.title, .meta) {
|
||||||
|
background-color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue