Skip to content

Commit

Permalink
Fix white on white text on nightly page impact score
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Oct 8, 2024
1 parent 5d7a267 commit 8ce6e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ footer {
}

/* override Bootstrap striped styles as they don't allow background images */
:is(#beta, #nightly) table:not(#summary) tr:nth-child(odd) td,
:is(#beta, #nightly) table:not(#summary) tr:nth-child(even) td {
:is(#beta, #nightly) table:not(#summary) tr:nth-child(odd) td:not(.text-light),
:is(#beta, #nightly) table:not(#summary) tr:nth-child(even) td:not(.text-light) {
box-shadow: none !important;
background-color: white !important;
}
Expand Down

0 comments on commit 8ce6e42

Please sign in to comment.