aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/crypto.js
blob: 3c9b0ae02feeeb7ad28a891bc6d1fe4cc10da135 (plain)
1
2
3
4
5
6
7
8
9
// Styles for /lib/components/data/crypto.jsx component
export const cryptoStyles = /* css */ `
.crypto {
  color: var(--foreground);
  background-color: var(--minor);
}
.simple-bar--widgets-background-color-as-foreground .crypto {
  background-color: transparent;
}`;