diff --git a/src/docs/Layouts/Main.svelte b/src/docs/Layouts/Main.svelte index 32b17ec..0c34204 100644 --- a/src/docs/Layouts/Main.svelte +++ b/src/docs/Layouts/Main.svelte @@ -34,7 +34,7 @@ {#each links as { url, title, iconName } (title)} {#if iconName} - + {iconName} {:else} {title} {/if} @@ -98,6 +98,7 @@ .docs__main-layout__link-text { color: #009800; font-size: 18px; + font-weight: 500; } .docs__main-layout__content-container { diff --git a/src/docs/Layouts/custom/H/H.svelte b/src/docs/Layouts/custom/H/H.svelte index 589dd58..411cfe9 100644 --- a/src/docs/Layouts/custom/H/H.svelte +++ b/src/docs/Layouts/custom/H/H.svelte @@ -16,7 +16,9 @@
- + + {title} + {title} {#if !title} @@ -44,4 +46,7 @@ position: absolute; left: -23px; } + .docs__anchor > span { + display: none; + }