/* Matches TokenMarketplaceView's explicit dark card background. */
html.dark [data-testid="token-market"] article[data-testid^="market-group-"] {
  background-color: #0f172a;
}
