diff --git a/static/styles/rewards/gift-cards.css b/static/styles/rewards/gift-cards.css index cfcb34b4..d923c07a 100644 --- a/static/styles/rewards/gift-cards.css +++ b/static/styles/rewards/gift-cards.css @@ -70,7 +70,7 @@ box-sizing: border-box; width: 100%; height: auto; - border: 2px solid #80808020; + border: 2px solid var(--border-color); max-width: 200px; } @@ -95,9 +95,6 @@ font-size: 24px; color: #fff; } -.redeem-info { - border-color: var(--light-mode-border-color); -} .redeem-info p { text-transform: none; } @@ -162,7 +159,6 @@ background-color: #fff; box-shadow: inset 0 0 96px #00000008; } - .card-section img { border-color: var(--light-mode-border-color); }