Skip to content

Commit

Permalink
fix(UI): Resolved conflicting bg color in Tests (freeCodeCamp#56018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lalith246 authored Oct 1, 2024
1 parent 0b5894f commit 1b06afb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/templates/Challenges/components/test-suite.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
background-color: var(--tertiary-background);
}

.test-result:nth-child(odd) code {
background-color: var(--secondary-background);
}

.test-output {
padding: 5px 10px;
}
Expand Down

0 comments on commit 1b06afb

Please sign in to comment.