Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed Apr 8, 2024
1 parent 3b29b3a commit ca031c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight/user-components/Tabs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const { html, panels } = processPanels(panelHtml);
color: var(--sl-color-gray-3);
outline-offset: var(--sl-outline-offset-inside);
}
.tab [role='tab'][aria-selected="true"] {
.tab [role='tab'][aria-selected='true'] {
color: var(--sl-color-white);
border-color: var(--sl-color-text-accent);
font-weight: 600;
Expand Down

0 comments on commit ca031c0

Please sign in to comment.