Skip to content

Commit

Permalink
fixes contrast issue detailed in #913 (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdodson21 authored Aug 25, 2024
1 parent f19d8fd commit d375663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
--download-hero-color: hsla(0, 0%, 100%, 0.9);
--download-main-details-color: #f1f1f1;
--download-table-color: rgba(22, 22, 22, 0.08);
--platform-note-background-color: rgba(48, 86, 210, 0.9);
--platform-note-background-color: rgba(212, 237, 255, 0.9);
--platform-code-background-color: #e5ebf1;
--download-mono-background-color: rgba(43, 58, 76, 0.82);

Expand Down Expand Up @@ -144,7 +144,7 @@
--download-hero-color: hsla(0, 0%, 100%, 0.9);
--download-main-details-color: #f1f1f1;
--download-table-color: rgba(0, 0, 0, 0.2);
--platform-note-background-color: rgba(255, 255, 255, 0.9);
--platform-note-background-color: rgba(150, 150, 150, 0.9);
--platform-code-background-color: #282b2e;
--download-mono-background-color: rgba(132, 151, 174, 0.68);

Expand Down

0 comments on commit d375663

Please sign in to comment.