Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #525 from Nike-Inc/fix/colors
Browse files Browse the repository at this point in the history
Fixed dark text on dark background in version history
  • Loading branch information
slichlyter12 authored May 18, 2021
2 parents 01dd623 + 2775005 commit baa1450
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,24 @@
padding: 10px;
border-radius: 3px;

.json-pretty {
.__json-pretty__ {
line-height: 1.3;
color: $snkrs_white;
background: $snkrs_dark_grey;
background-color: $snkrs_dark_grey;

.json-key {
.__json-key__ {
color: $snkrs_accent
}

.json-value {
.__json-value__ {
color: $snkrs_success
}

.json-string {
.__json-string__ {
color: $snkrs_accent
}

.json-boolean {
.__json-boolean__ {
color: $snkrs_success
}
}
Expand Down

0 comments on commit baa1450

Please sign in to comment.