diff --git a/docs/docs.css b/docs/docs.css index d115fa6c..f41dccde 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -43,6 +43,18 @@ h2[id] { margin-bottom: 1rem; } +a.bookmark { + width: 1em; + text-align: right; + color: var(--color-silver); + margin-left: -1em; + display: inline-block; +} + +a.bookmark:hover { + text-decoration: none; +} + /* Column helpers */ .two-column { column-count: 2; diff --git a/docs/index.html b/docs/index.html index ada8a688..3c096a31 100644 --- a/docs/index.html +++ b/docs/index.html @@ -33,7 +33,7 @@ 31KB and much smaller when gzipped.

- Just link to shoelace.css and customize it in your own stylesheet. + Just link to shoelace.css and add customizations to your stylesheet.

 <link rel="stylesheet" href="shoelace.css">
@@ -63,7 +63,11 @@
     * Documentation
     *********************************************************************************************-->
 
-    

Documentation

+

+ # + Documentation +

+