G
Ryan's Git Repos
nix-files
files
log
graph
refs
Ref
main
users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/crypto.js
main
· 269 B · 9 lines
raw
1
// Styles for /lib/components/data/crypto.jsx component
2
export
const
cryptoStyles =
/* css */
`
3
.crypto {
4
color: var(--foreground);
5
background-color: var(--minor);
6
}
7
.simple-bar--widgets-background-color-as-foreground .crypto {
8
background-color: transparent;
9
}`
;