From 504068237b0675068a30dd16324bf5d1eb45cee0 Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 16 Aug 2021 00:14:08 +0300 Subject: [PATCH] Update styles --- src/docs/Layouts/Main.svelte | 7 +++---- src/docs/Layouts/custom/Table.svelte | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/docs/Layouts/Main.svelte b/src/docs/Layouts/Main.svelte index 92f888f..32b17ec 100644 --- a/src/docs/Layouts/Main.svelte +++ b/src/docs/Layouts/Main.svelte @@ -25,7 +25,6 @@ 'npm-logo': npmLogo, 'youtube-logo': youtubeLogo, } -
@@ -75,10 +74,9 @@ } .docs__main-layout__links-container > a { text-decoration: none; - color: #009800; display: flex; align-items: center; - background-color: #c0b870; + background-color: #ffffff; padding: 5px; border-radius: 3px; } @@ -95,9 +93,10 @@ } .docs__main-layout__link-icon { - width: 30px; + width: 25px; } .docs__main-layout__link-text { + color: #009800; font-size: 18px; } diff --git a/src/docs/Layouts/custom/Table.svelte b/src/docs/Layouts/custom/Table.svelte index 414803a..d5ff374 100644 --- a/src/docs/Layouts/custom/Table.svelte +++ b/src/docs/Layouts/custom/Table.svelte @@ -6,10 +6,10 @@ \ No newline at end of file