diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 8ce1785ffe9..304cf244955 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: GitHub Agentic Workflows +title: Home description: Write repository automation workflows in natural language using markdown files and run them as GitHub Actions. Use AI agents with strong guardrails to automate your development workflow. template: splash tableOfContents: true diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 5966b30ec96..7f3b2e3d899 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -1604,7 +1604,7 @@ main, } /* Disable heavy background animation on mobile to reduce CPU/battery usage */ - :root[data-theme='light'] body::before { + body::before { animation: none; } }