From bdf4d7df0a58d2e85dae501d041b3e71e4be2298 Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 16 Aug 2021 00:31:45 +0300 Subject: [PATCH] Update styles --- src/docs/Layouts/Main.svelte | 3 ++- src/docs/Layouts/custom/H/H.svelte | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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; + }