diff --git a/src/components/features.tsx b/src/components/features.tsx index 5e58042c..3e4be401 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -24,7 +24,8 @@ const FeatureList: FeatureItem[] = [ icon: '🌍', description: ( <> - Works on Deno, Bun, or Node.js. The same code runs on all platforms. + The focus will always be for Node.js, but Athenna also works on Deno and Bun. + The same code runs on all platforms. ), }, diff --git a/src/pages/index.module.css b/src/pages/index.module.css index da847ff7..edaefe8e 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -21,7 +21,7 @@ } .clip { - background: webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff);; + background: webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; @@ -67,20 +67,16 @@ } .heroBanner { - padding: 14rem 5rem; + padding: 10rem 0; } .heroTitle { - font-weight: bold !important; + font-weight: bold; font-size: 56px; } .heroGradientTitle { - font-weight: bold !important; - font-size: 56px; - background: linear-gradient(135deg, #9580ff 0, #80ffea 100%) !important; - -webkit-background-clip: text !important; - -webkit-text-fill-color: transparent !important; + font-size: 56px !important; } .heroParagraph { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7202aedb..7ca3a75d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,17 +1,17 @@ import React from 'react' +import clsx from 'clsx' import Layout from '@theme/Layout' import Link from '@docusaurus/Link' import useDocusaurusContext from '@docusaurus/useDocusaurusContext' import styles from './index.module.css' import Features from '../components/features' -import clsx from 'clsx' function Header() { return (
-

Athenna

+

Athenna

Fast, Expressive, Elegant, For Artisans

One foundation for multiple applications