From 3a89aa997d5e45a2cd206f2116689efe8da4e99d Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 17 Feb 2025 20:41:52 -0400 Subject: [PATCH] homepage logo --- src/.vitepress/theme/style.css | 18 +++++++++++++++++- src/index.md | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/.vitepress/theme/style.css b/src/.vitepress/theme/style.css index 70d2bfd..e5e73ba 100644 --- a/src/.vitepress/theme/style.css +++ b/src/.vitepress/theme/style.css @@ -153,6 +153,22 @@ --docsearch-primary-color: var(--vp-c-brand-1) !important; } +/* +div.VPHomeHero div.container { + display: flex; + flex-direction: column-reverse; +} + +div.VPHomeHero div.container div.image { + justify-self: left; +} +*/ + h1.heading span.name { font-family: 'Forgotten Futurist', sans-serif; -} \ No newline at end of file + /* + color: transparent !important; + -webkit-text-fill-color: transparent !important; + background-image: url("/dexorder_full_darkmode.svg"); + */ +} diff --git a/src/index.md b/src/index.md index f4a89d2..9249a07 100644 --- a/src/index.md +++ b/src/index.md @@ -3,8 +3,8 @@ layout: home hero: - name: "dexorder" -# text: Pro DeFi + name: " " +# text: Advanced DeFi Orders tagline: Power up Uniswap with limit orders, stoplosses, DCA's, breakout orders, and more. 100% noncustodial and EVM-native. actions: - theme: brand