Skip to content

Commit

Permalink
Improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Nov 15, 2023
1 parent 7cbfe2c commit 604bd17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/elements/landing/no-js-required.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function NoJsRequired({ html }) {
return html`
<style>
:host {
color: var(--dark-purple);
color: #5c2e94; /* darker dark-purple */
display: block;
position: relative;
}
Expand All @@ -14,15 +14,13 @@ export default function NoJsRequired({ html }) {
h2 {
font-size: var(--landing-text-2);
margin-left: -0.025em;
color: var(--dark-purple);
}
.accessible {
font-size: min(var(--landing-text-3), 7vw);
margin-top: var(--space-m);
margin-bottom: var(--space-l);
padding-block: var(--space-l);
color: var(--dark-purple);
}
.accessible:before {
Expand Down

0 comments on commit 604bd17

Please sign in to comment.