G
Ryan's Git Repos
nix-dotfiles
files
log
graph
refs
Ref
main
users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/github.js
main
· 229 B · 10 lines
raw
1
// Styles for /lib/components/data/github.jsx component
2
export
const
githubStyles =
/* css */
`
3
.github {
4
position: relative;
5
color: var(--foreground);
6
background-color: var(--minor);
7
overflow: hidden;
8
z-index: 0;
9
}
10
`
;