Skip to content

Commit 9336b02

Browse files
committed
update banner icon contrast
1 parent 5a77341 commit 9336b02

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@
8989
<!-- =========================== Banner =========================== -->
9090
<section class="blue-bg home-banner">
9191
<div>
92-
<img src="wp-content/icons/icon_trial.svg" alt="">
92+
<img src="wp-content/Icon_02_IMS GoldPage.svg" alt="" class="icon-invert">
9393
<a href="https://early-access.ibm.com/software/support/trial/cst/welcomepage.wss?siteId=2047&tabId=5718&w=1" target="_blank" rel="noopener noreferrer">New! IBM IMS Z Trial →</a>
9494
</div>
9595
<div>
96-
<img src="wp-content/icons/icon_upgrade.svg" alt="">
96+
<img src="wp-content/icons/icon_upgrade.svg" alt="" class="icon-invert">
9797
<a href="https://forms.office.com/r/GVb90wUSXf" target="_blank" rel="noopener noreferrer">IMS modernization survey →</a>
9898
</div>
9999
</section>

wp-includes/css/page.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,6 @@ h6 {
465465
margin-right: auto;
466466
}
467467

468-
.home-banner img {
469-
filter: invert(100%);
470-
}
471-
472468
.home-banner a {
473469
color: var(--white);
474470
font-weight: bold;

0 commit comments

Comments
 (0)