Skip to content

Commit

Permalink
Merge pull request #47 from codeplaysoftware/playground-dark-mode-fix
Browse files Browse the repository at this point in the history
Playground Dark Mode Fix
  • Loading branch information
scottstraughan authored Oct 22, 2024
2 parents 6b10c4e + ea94226 commit 2e70a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
padding: 0 .5rem;

span, .title {
opacity: .4;
opacity: .8;
}

span {
Expand Down
4 changes: 0 additions & 4 deletions src/app/pages/playground/playground.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
color: white;
}
}

pre {
background-color: #fff8f8;
}
}
}
}
Expand Down

0 comments on commit 2e70a3c

Please sign in to comment.