Skip to content

Commit

Permalink
Merge pull request #1866 from newrelic/zstix/dark-mode-io-bg
Browse files Browse the repository at this point in the history
Add background for quickstarts in dark mode
  • Loading branch information
John P Vajda authored Nov 8, 2021
2 parents d4abeb9 + 5341a0e commit 259fe75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PackTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ const PackTile = ({
object-fit: scale-down;
width: ${view === VIEWS.GRID ? 100 : 25}%;
padding: 0 ${view === VIEWS.GRID ? 5 : 1}%;
margin: 10px auto;
margin: 0 auto 10px;
.dark-mode & {
background-color: rgb(231 231 231 / 0);
background-color: white;
}
${view === VIEWS.LIST &&
Expand Down

0 comments on commit 259fe75

Please sign in to comment.