Skip to content

Commit

Permalink
Lighten colors for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Sofer authored and Dean Sofer committed May 17, 2024
1 parent 8d052db commit de15894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Game/Game.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ order:
/* top */
:nth-child(-n+12 of .point) {
&::before {
border-top: 40vh solid #111;
border-top: 40vh solid #ffd8a0;
}

&:nth-child(odd)::before {
Expand All @@ -111,7 +111,7 @@ order:

&::before {
border-top: none;
border-bottom: 40vh solid black;
border-bottom: 40vh solid #ffd8a0;
bottom: 0;
top: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

background-color: #ffffff;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
Expand Down

0 comments on commit de15894

Please sign in to comment.