Skip to content

Commit

Permalink
Update title and style
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Aug 18, 2024
1 parent 6a01989 commit 6737ba4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
20 changes: 7 additions & 13 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6737ba4

Please sign in to comment.