Skip to content

Commit

Permalink
Color contrast in table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviaracil committed Jul 3, 2024
1 parent 326380a commit de0f9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/1edtech/styles/1edtech-base.css.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default css`@charset "UTF-8";
--fgclr3: rgba(70, 130, 180, 1);
--fgclr4: rgba(40, 100, 150, 1);
--gray: rgba(200, 200, 200, 0.9);
--lightgray: rgba(240, 240, 240, 0.9);
--lightgray: rgba(240, 240, 240, 1);
--lightestgray: rgba(250, 250, 250, 0.8);
--darkgray: rgba(180, 180, 180, 1);
}
Expand Down Expand Up @@ -230,7 +230,7 @@ td, th {
th {
font-weight: bold;
background-color: var(--fgclr3);
color: white;
color: var(--lightgray);
padding: 0.6em;
}
Expand Down

0 comments on commit de0f9ba

Please sign in to comment.