diff --git a/src/assets/styles/starlight_main.css b/src/assets/styles/starlight_main.css index 0edd968..ef10b97 100644 --- a/src/assets/styles/starlight_main.css +++ b/src/assets/styles/starlight_main.css @@ -76,12 +76,12 @@ select { box-shadow: none; } -.sl-flex.action.primary:hover { +.sl-link-button.primary:hover { background-color: var(--primary-button-hover); transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1); } -.sl-flex.action.primary:hover svg { +.sl-link-button.primary:hover svg { transform: translateX(0.25rem); transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1); } \ No newline at end of file diff --git a/src/content/docs/de/welcome-to-docs.mdx b/src/content/docs/de/welcome-to-docs.mdx index ce1fa15..6166308 100644 --- a/src/content/docs/de/welcome-to-docs.mdx +++ b/src/content/docs/de/welcome-to-docs.mdx @@ -9,7 +9,7 @@ editUrl: false lastUpdated: false next: false hero: - title: Dokumentationszentrum + title: Dokumentationshub tagline: Ihr zentraler Anlaufpunkt für vereinfachte Werkzeuganleitungen, detaillierte Service-Dokumentationen und Projektunterstützung. image: alt: A ScrewFast's Logo @@ -22,6 +22,7 @@ hero: link: /de/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/es/welcome-to-docs.mdx b/src/content/docs/es/welcome-to-docs.mdx index b075e8c..104cf1b 100644 --- a/src/content/docs/es/welcome-to-docs.mdx +++ b/src/content/docs/es/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /es/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/fa/welcome-to-docs.mdx b/src/content/docs/fa/welcome-to-docs.mdx index a68e63d..ee487f5 100644 --- a/src/content/docs/fa/welcome-to-docs.mdx +++ b/src/content/docs/fa/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /fa/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/fr/welcome-to-docs.mdx b/src/content/docs/fr/welcome-to-docs.mdx index 48e8e27..e8c29b5 100644 --- a/src/content/docs/fr/welcome-to-docs.mdx +++ b/src/content/docs/fr/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /fr/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/ja/welcome-to-docs.mdx b/src/content/docs/ja/welcome-to-docs.mdx index 77e07e5..4125dd0 100644 --- a/src/content/docs/ja/welcome-to-docs.mdx +++ b/src/content/docs/ja/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /ja/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/welcome-to-docs.mdx b/src/content/docs/welcome-to-docs.mdx index edcd90c..0bed1b7 100644 --- a/src/content/docs/welcome-to-docs.mdx +++ b/src/content/docs/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css"; diff --git a/src/content/docs/zh-cn/welcome-to-docs.mdx b/src/content/docs/zh-cn/welcome-to-docs.mdx index 8023676..8ec5a92 100644 --- a/src/content/docs/zh-cn/welcome-to-docs.mdx +++ b/src/content/docs/zh-cn/welcome-to-docs.mdx @@ -22,6 +22,7 @@ hero: link: /zh-cn/guides/getting-started/ - text: View on GitHub icon: external + variant: minimal link: https://github.com/mearashadowfax/ScrewFast --- import "@styles/starlight_main.css";