diff --git a/docs.kosli.com/assets/_custom.scss b/docs.kosli.com/assets/_custom.scss index 2ba623d43..42ec1a210 100644 --- a/docs.kosli.com/assets/_custom.scss +++ b/docs.kosli.com/assets/_custom.scss @@ -100,12 +100,16 @@ aside.book-toc .book-toc-content { .container { .docs-logo { width: 16rem; - margin: 1rem 0; - text-align: center; - border-right: 1px solid #fff; - - img { - height: 40px; + + + a { + margin: 1rem 0; + padding: 0 1rem; + display: block; + border-right: 1px solid #fff; + img { + height: 40px; + } } } @@ -191,4 +195,8 @@ aside.book-toc .book-toc-content { border: 1px solid #000d40; border-radius: 3px; padding: 5px; -} \ No newline at end of file +} + +.footer-logo { + height: 40px; +} diff --git a/docs.kosli.com/assets/_home.scss b/docs.kosli.com/assets/_home.scss index 793e1eb90..ad70fa557 100644 --- a/docs.kosli.com/assets/_home.scss +++ b/docs.kosli.com/assets/_home.scss @@ -24,18 +24,19 @@ } .card { - // background-color: $neutral-200; + background-color: $neutral-200; height: 100%; border-radius: 8px; display: flex; flex-direction: column; + padding: 2rem; p { margin-top: 0; } img { - width: 50px; + width: 110px; } a { diff --git a/docs.kosli.com/assets/_variables.scss b/docs.kosli.com/assets/_variables.scss index 796d45004..2c839549f 100644 --- a/docs.kosli.com/assets/_variables.scss +++ b/docs.kosli.com/assets/_variables.scss @@ -5,7 +5,7 @@ $blue-100: #2459D1; $blue-200: #4B75D9; $blue-300: #7293E1; $blue-400: #D0D6E8; -$blue-500: #000D40; +$blue-500: #101C2B; $green-100: #29B57D; $green-200: #4FB98C; $green-300: #86CFB0; @@ -23,7 +23,7 @@ $yellow-400: #FBE6AA; $yellow-500: #1F1400; $orange-100: #FF8900; $neutral-100: #FFFFFF; -$neutral-200: #F7F9FC; +$neutral-200: #F2F2F6; $neutral-300: #E6E7F2; $neutral-400: #CCCFE4; $neutral-500: #969BAC; diff --git a/docs.kosli.com/config.yaml b/docs.kosli.com/config.yaml index 18da03293..0f4d18c3a 100644 --- a/docs.kosli.com/config.yaml +++ b/docs.kosli.com/config.yaml @@ -18,7 +18,7 @@ markup: Params: BookSection: '/' BookToC: true - default_social_thumb: /kosli-docs-logo-white.svg + default_social_thumb: /kosli-logo-dark-main.svg caches: getjson: diff --git a/docs.kosli.com/content/_index.md b/docs.kosli.com/content/_index.md index d9fcdb78b..840542fa9 100644 --- a/docs.kosli.com/content/_index.md +++ b/docs.kosli.com/content/_index.md @@ -30,7 +30,7 @@ sections: link_text: View > url: /getting_started/environments/ - title: Kosli flows - image: /images/home/home-flows.png + image: /images/home/home-flows.svg alt_text: Flows and artifact reporting explained description: Artifact reporting explained link_text: View > @@ -51,7 +51,7 @@ sections: image: /images/home/home-community.svg alt_text: Slack community icon description: Join the Kosli Community - link_text: Join the Kosli Community > + link_text: Join the Kosli Slack Community > url: https://www.kosli.com/community/ new_page: true --- \ No newline at end of file diff --git a/docs.kosli.com/layouts/partials/docs/footer.html b/docs.kosli.com/layouts/partials/docs/footer.html index b2260ec97..22d62d516 100644 --- a/docs.kosli.com/layouts/partials/docs/footer.html +++ b/docs.kosli.com/layouts/partials/docs/footer.html @@ -1,47 +1,8 @@ - -