Skip to content

Commit

Permalink
Fix text contrast in badge component
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jan 10, 2025
1 parent 71db973 commit cd76d01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/starlight/style/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
font-size: 0.9375em !important;
}

/* user-components/Badge.astro */
.sl-badge {
background: transparent !important;
color: var(--sl-color-white) !important;
}

/* user-components/FileTree.astro */
starlight-file-tree {
break-inside: avoid;
Expand Down

0 comments on commit cd76d01

Please sign in to comment.