diff --git a/repos/laravel-like-docs b/repos/laravel-like-docs index 75119b7..49e0886 160000 --- a/repos/laravel-like-docs +++ b/repos/laravel-like-docs @@ -1 +1 @@ -Subproject commit 75119b7fa5fefd8e6cc5991770daf4e08f074c4f +Subproject commit 49e0886f65ef0ea21e08e0596bd75c44d632b8f5 diff --git a/src/pages/home/index.module.css b/src/pages/home/index.module.css index 92b6245..0aa6779 100644 --- a/src/pages/home/index.module.css +++ b/src/pages/home/index.module.css @@ -61,6 +61,7 @@ padding: 0 20px; line-height: 38px; font-size: 1rem; + font-weight: 600; text-decoration: unset !important; background: var(--ifm-color-primary); transition: color .25s, border-color .25s, background-color .25s; @@ -68,7 +69,7 @@ } .main_docs__get_started:hover { - background: var(--ifm-color-primary-light); + background: var(--ifm-color-primary-darkest); color: #fff } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c6dbd60..ba24bcc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -7,7 +7,6 @@ import styles from './home/index.module.css'; import Head from '@docusaurus/core/lib/client/exports/Head'; function HomepageHeader() { - const { siteConfig } = useDocusaurusContext(); return ( <> @@ -41,11 +40,11 @@ function HomepageHeader() {
- {siteConfig.title} + Documentation -

{siteConfig.tagline}

+

Documentation offers detailed guidelines and resources to help developers seamlessly utilize CSlant's convenient tools and features within your projects.

- Get Started + Get Started