Skip to content

Commit

Permalink
add border-radius to <code> by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Mar 25, 2024
1 parent 8e0b2ec commit 238079d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Color.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { color } = Astro.props;
display: inline-flex;
align-items: center;
gap: var(--space-3xs);
border-radius: var(--border-radius);
padding-block: 0;
}
span {
display: inline-block;
Expand Down
1 change: 1 addition & 0 deletions docs/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,6 @@
background: var(--color-code);
padding-block: 0.1em;
padding-inline: 0.3em;
border-radius: var(--border-radius);
}
}

0 comments on commit 238079d

Please sign in to comment.