Skip to content

Commit

Permalink
Merge pull request #306 from Sylius/damonsson-patch-3
Browse files Browse the repository at this point in the history
css contrast fixes
  • Loading branch information
damonsson authored Nov 21, 2024
2 parents 937687d + 0501632 commit 4ca33fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/info_box.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
font-size: 16px !important;
line-height: 1.6;
box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.22);
background: rgba(36, 157, 129, 0.9);
background: rgba(16, 116, 93, 0.9);
backdrop-filter: blur(10px);
overflow: hidden;
}
Expand All @@ -24,7 +24,7 @@
}
.info-box a {
color: rgba(255, 255, 255, 0.65);
color: rgba(255, 255, 255, 0.85);
text-decoration: underline;
}
Expand All @@ -45,7 +45,7 @@
border-radius: 4px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.65);
color: rgba(255, 255, 255, 0.85);
padding: 4px 10px !important;
}
Expand All @@ -71,7 +71,7 @@
}
.select-color-green {
background: rgba(36, 157, 129, 0.9) !important;
background: rgba(16, 116, 93, 0.9) !important;
}
.info-cta {
Expand Down

0 comments on commit 4ca33fb

Please sign in to comment.