/* Custom CSS for ROS Central Registry Docs */
:root {
  --color-brand-primary: #43a047;
  --color-brand-content: #43a047;
}

body[data-theme="dark"] {
  --color-brand-primary: #66bb6a;
  --color-brand-content: #66bb6a;
}

.sidebar-brand-text {
  font-size: 1em;
  text-align: center;
  display: block;
}