1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 12:32:42 +00:00

Addressing some print bug

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-01-29 23:02:02 -08:00
parent b92746e19a
commit 0176495ef8
10 changed files with 5742 additions and 10 deletions

View File

@@ -34,6 +34,10 @@
padding: 15px;
color: black;
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
position: relative;
overflow: hidden;
@@ -104,6 +108,9 @@
padding: 10px 20px;
background-color: $cwColor;
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
font-size: 0.8rem;
font-weight: 300;