aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/data/github.js
blob: f451ddc13a817c14c7cd820b0074ae7e7a6e3341 (plain)
1
2
3
4
5
6
7
8
9
10
// Styles for /lib/components/data/github.jsx component
export const githubStyles = /* css */ `
.github {
  position: relative;
  color: var(--foreground);
  background-color: var(--minor);
  overflow: hidden;
  z-index: 0;
}
`;