From 6737ba4d989d2554f62b567271f96cc8739e8802 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Sun, 18 Aug 2024 10:29:35 -0700 Subject: [PATCH] Update title and style --- docs/.vitepress/theme/style.css | 20 +++++++------------- docs/index.md | 3 +-- package.json | 3 ++- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index d63aee8..874735b 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -89,23 +89,17 @@ /** * Component: Home * -------------------------------------------------------------------------- */ + :root { -:root { - --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #bd34fe 30%, - #41d1ff - ); - - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #bd34fe 50%, - #47caff 50% - ); + --vp-home-hero-name-color: var(--vp-c-text-1); + --vp-home-hero-image-filter: blur(44px); } +.VPHero > .container { + /* padding: 50px 0px; */ +} + @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); diff --git a/docs/index.md b/docs/index.md index c7eec64..e033e56 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,8 +4,7 @@ layout: home hero: name: Brains@Play - text: Build for 8B Brains - tagline: Create and share brain-responsive applications + tagline: Build for 8 Billion Brains # image: /assets/logo.jpg actions: - theme: brand diff --git a/package.json b/package.json index 518d333..be21faf 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "launch:mobile": "commoners launch --mobile", "cleanup": "pnpm run clean:modules && pnpm run clean:dist", "clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules", - "clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist" + "clean:dist": "rm -rf dist && pnpm -r exec rm -rf dist", + "docs": "cd docs && npm start" }, "dependencies": { "lit": "^3.1.4",