Skip to content

Commit

Permalink
More contrast for a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 27, 2024
1 parent 9c777bd commit 0185f72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

background-color: var(--pxt-content-background);
border-radius: 0.5rem;
border: 1px dashed lighten(black, 50%); // todo thsparks : yet another theme variable?
border: 1px dashed lighten(black, 40%); // todo thsparks : yet another theme variable?

padding: 2rem;
min-height: 30vh;
Expand All @@ -17,7 +17,7 @@
flex-direction: column;
align-items: center;

color: lighten(black, 50%); // todo thsparks : yet another theme variable?
color: lighten(black, 40%); // todo thsparks : yet another theme variable?
font-size: 2rem;
font-weight: 600;

Expand Down

0 comments on commit 0185f72

Please sign in to comment.