mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Addressing some print bug
This commit is contained in:
@@ -99,6 +99,10 @@
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
|
||||
.tweet-protected {
|
||||
@@ -145,6 +149,10 @@
|
||||
margin-bottom: 0.75em;
|
||||
background: rgba($gray-500, 0.1);
|
||||
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
|
||||
> a {
|
||||
color: inherit;
|
||||
display: block;
|
||||
@@ -245,6 +253,9 @@
|
||||
.tweet-photo {
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
print-color-adjust: exact;
|
||||
}
|
||||
|
||||
.tweet-video {
|
||||
|
||||
Reference in New Issue
Block a user