# GitHub repo bar styles
# Compact, theme-friendly styles

#gh-bar {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-background-secondary, #005b4c);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}

#gh-bar a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

#gh-stars {
  background: rgba(1, 76, 58, 0.481);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
}
