diff --git a/docs/assets/styles/docs.css b/docs/assets/styles/docs.css
index 25c9981a..2ccb7e4b 100644
--- a/docs/assets/styles/docs.css
+++ b/docs/assets/styles/docs.css
@@ -180,7 +180,10 @@ p {
img {
max-width: 100%;
- border-radius: var(--docs-border-radius);
+}
+
+.badges img {
+ border-radius: var(--sl-border-radius-medium);
}
.callout img,
diff --git a/docs/pages/index.md b/docs/pages/index.md
index 82713e4f..53dad4e2 100644
--- a/docs/pages/index.md
+++ b/docs/pages/index.md
@@ -27,6 +27,8 @@ toc: false
+
+
[](https://www.jsdelivr.com/package/npm/@shoelace-style/shoelace)
[](https://www.npmjs.com/package/@shoelace-style/shoelace)
[](https://github.com/shoelace-style/shoelace/blob/next/LICENSE.md)
@@ -34,6 +36,8 @@ toc: false
[](https://twitter.com/shoelace_style)
[](https://github.com/shoelace-style/shoelace)
+
+
## Quick Start
Add the following code to your page.