Added color for the P(I) animation in the printable version fixes #201
This commit is contained in:
parent
b182b4cf5a
commit
f9a3f2bf55
1 changed files with 2 additions and 1 deletions
|
|
@ -154,7 +154,8 @@ p.notes {
|
|||
position: relative;
|
||||
text-align: center;
|
||||
border-radius: 100px;
|
||||
z-index: 1
|
||||
z-index: 1;
|
||||
-webkit-print-color-adjust: exact!important;
|
||||
}
|
||||
|
||||
.intro-banner-vdo-play-btn i {
|
||||
|
|
|
|||
Loading…
Reference in a new issue