Skip to content

Commit

Permalink
HOTFIX: change background and text color on trial page
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilKamilson committed Oct 13, 2023
1 parent 971d95a commit 7245471
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
--theme-color-error: #dc2727;

--theme-color-stripe: #01aaff;
--theme-color-stripe-side: #eeeeee;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down Expand Up @@ -1036,7 +1037,7 @@ table {
}

.trial__branded-container {
background-color: var(--theme-color-stripe);
background-color: var(--theme-color-stripe-side);
padding: 16px;
height: 187px;
}
Expand All @@ -1059,7 +1060,7 @@ table {

.trial__product-label {
margin-top: 29px;
color: #2e5274;
color: hsla(0,0%, 10% , 0.5 );
text-align: center;
}

Expand Down

0 comments on commit 7245471

Please sign in to comment.