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