diff --git a/docs/docs/governance/dao-treasury.mdx b/docs/docs/governance/dao-treasury.mdx index 39773f9..b003eaa 100644 --- a/docs/docs/governance/dao-treasury.mdx +++ b/docs/docs/governance/dao-treasury.mdx @@ -5,7 +5,7 @@ sidebar_position: 2 # DAO Treasury -

Learn more about the Treasury

+

Learn more about the Treasury

The DAO Treasury is a [Gnosis Safe ↗](https://safe.global/) with a committee of 7 persons and a [SafeSnap Module ↗](https://docs.snapshot.box/v1-interface/plugins/safesnap-reality) that allows the submission of transactions on behalf of the governance token holders. diff --git a/docs/docs/governance/stakewise-dao.mdx b/docs/docs/governance/stakewise-dao.mdx index 36724d8..c61b777 100644 --- a/docs/docs/governance/stakewise-dao.mdx +++ b/docs/docs/governance/stakewise-dao.mdx @@ -5,7 +5,7 @@ sidebar_position: 1 # StakeWise DAO -

Learn the basics of StakeWise DAO governance

+

Learn the basics of StakeWise DAO governance

## Community-first approach @@ -34,7 +34,7 @@ When choosing these parameters, the community will need to optimize for both its ::: ![Token Allocation & Emission Chart](/img/tokenomics.png) -

Token allocation and emission

+

Token allocation and emission

Alignment of interests of the platform and its participants shall happen through an allocation of 51% of the governance token supply to the community and the existence of basic mechanisms that allow gaining voting power by simply staking with StakeWise. Other token holders will be investors and the development team behind StakeWise. diff --git a/docs/docs/guides/defi/boost-feature.mdx b/docs/docs/guides/defi/boost-feature.mdx index ae1007b..8a6a72c 100644 --- a/docs/docs/guides/defi/boost-feature.mdx +++ b/docs/docs/guides/defi/boost-feature.mdx @@ -23,10 +23,10 @@ StakeWise Boost enhances staking rewards by using osTokens as collateral to borr borderRadius: '12px', fontSize: '14px', fontFamily: 'Monaco, monospace', - boxShadow: '0 10px 30px rgba(1,137,112,0.2)', + boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)', lineHeight: '1.8' }}> - 🚀 Boost Flow + 🚀 Boost Flow osETH osTokens → Aave Aave Collateral → ETH Borrow ETH → Flow Stake Again → 💰 Enhanced APY diff --git a/docs/docs/guides/staking/one-click-staking.mdx b/docs/docs/guides/staking/one-click-staking.mdx index be81c87..8f3f9da 100644 --- a/docs/docs/guides/staking/one-click-staking.mdx +++ b/docs/docs/guides/staking/one-click-staking.mdx @@ -19,10 +19,10 @@ One-click staking routes your assets through a MetaVault that automatically dist borderRadius: '12px', fontSize: '14px', fontFamily: 'Monaco, monospace', - boxShadow: '0 10px 30px rgba(1,137,112,0.2)', + boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)', lineHeight: '1.8' }}> - Flow Staking Flow + Flow Staking Flow ETH Your Assets → Vault StakeWise Vaults → osETH osTokens → 💰 Earn Rewards diff --git a/docs/docs/guides/staking/unstaking.mdx b/docs/docs/guides/staking/unstaking.mdx index cc5c814..b7662e3 100644 --- a/docs/docs/guides/staking/unstaking.mdx +++ b/docs/docs/guides/staking/unstaking.mdx @@ -19,10 +19,10 @@ Unstaking is as simple and straightforward as staking, varying just slightly dep borderRadius: '12px', fontSize: '14px', fontFamily: 'Monaco, monospace', - boxShadow: '0 10px 30px rgba(1,137,112,0.2)', + boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)', lineHeight: '1.8' }}> - Flow Unstaking Flow + Flow Unstaking Flow 🔥 Burn osTokens → 🚪 Unstaking → 📥 Claim Rewards → 👛 Receive Assets diff --git a/docs/docs/stakewise-protocol/understanding-liquid-staking.mdx b/docs/docs/stakewise-protocol/understanding-liquid-staking.mdx index fc02bd7..2060d08 100644 --- a/docs/docs/stakewise-protocol/understanding-liquid-staking.mdx +++ b/docs/docs/stakewise-protocol/understanding-liquid-staking.mdx @@ -21,7 +21,7 @@ To activate validator software, you need to be able to stake 32 ETH. }>valida Validators are essential to maintaining network consensus — the process by which all participants agree on the blockchain's new global state1. One of the important fields of the [validator object ↗](https://github.com/sigp/lighthouse/blob/0d90135047519f4c2ee586d50e560f7bb2ff9b10/consensus/types/src/validator.rs#L26-L36) -is the effective_balance2, +is the effective_balance2, which represents the validator's "active" balance and determines its influence in the protocol. This balance serves as the validator's "weight" in consensus duties, which are: diff --git a/docs/docs/vaults/how-vaults-work.mdx b/docs/docs/vaults/how-vaults-work.mdx index bf6daf7..bd04a16 100644 --- a/docs/docs/vaults/how-vaults-work.mdx +++ b/docs/docs/vaults/how-vaults-work.mdx @@ -84,10 +84,10 @@ For detailed information about the reward distribution process, see [*Oracles*: borderRadius: '12px', fontSize: '14px', fontFamily: 'Monaco, monospace', - boxShadow: '0 10px 30px rgba(1,137,112,0.2)', + boxShadow: '0 10px 30px rgba(var(--lavender-rgb),0.2)', lineHeight: '1.8' }}> - 💰 Withdrawal Process + 💰 Withdrawal Process 🔍 Check Queued Assets → 🎯 Withdraw Excess → 💡 Partial Withdrawals │ diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 99c49f6..70a540e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -30,14 +30,20 @@ const config: Config = { { docs: { path: 'docs', - remarkPlugins: [remarkMath], - rehypePlugins: [rehypeKatex], + remarkPlugins: [ remarkMath ], + rehypePlugins: [ rehypeKatex ], sidebarPath: './sidebars.ts', showLastUpdateTime: true, routeBasePath: '/', breadcrumbs: true, admonitions: { - keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'], + keywords: [ + 'custom-info', + 'custom-tips', + 'custom-notes', + 'custom-warning', + 'custom-stakewise', + ], extendDefaults: true, }, }, @@ -67,12 +73,18 @@ const config: Config = { path: 'operator', routeBasePath: 'operator', sidebarPath: './sidebarsOperator.ts', - remarkPlugins: [remarkMath], - rehypePlugins: [rehypeKatex], + remarkPlugins: [ remarkMath ], + rehypePlugins: [ rehypeKatex ], showLastUpdateTime: true, breadcrumbs: true, admonitions: { - keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'], + keywords: [ + 'custom-info', + 'custom-tips', + 'custom-notes', + 'custom-warning', + 'custom-stakewise' + ], extendDefaults: true, }, }, @@ -84,12 +96,18 @@ const config: Config = { path: 'operator-v3', routeBasePath: 'operator/v3', sidebarPath: './sidebarsOperatorV3.ts', - remarkPlugins: [remarkMath], - rehypePlugins: [rehypeKatex], + remarkPlugins: [ remarkMath ], + rehypePlugins: [ rehypeKatex ], showLastUpdateTime: true, breadcrumbs: true, admonitions: { - keywords: ['custom-info', 'custom-tips', 'custom-warning', 'custom-notes', 'custom-stakewise'], + keywords: [ + 'custom-info', + 'custom-tips', + 'custom-notes', + 'custom-warning', + 'custom-stakewise' + ], extendDefaults: true, }, }, diff --git a/operator-v3/alternative-key-management/dvt/index.mdx b/operator-v3/alternative-key-management/dvt/index.mdx index 1b0ec5c..3dff698 100644 --- a/operator-v3/alternative-key-management/dvt/index.mdx +++ b/operator-v3/alternative-key-management/dvt/index.mdx @@ -24,7 +24,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/ {/* Node A - Top */} -
+
Node A
@@ -33,7 +33,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node B - Right */} -
+
Node B
@@ -42,7 +42,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node C - Bottom */} -
+
Node C
@@ -51,7 +51,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node D - Left */} -
+
Node D
diff --git a/operator-v3/alternative-key-management/dvt/obol-setup.mdx b/operator-v3/alternative-key-management/dvt/obol-setup.mdx index f5a5f2a..8b196b9 100644 --- a/operator-v3/alternative-key-management/dvt/obol-setup.mdx +++ b/operator-v3/alternative-key-management/dvt/obol-setup.mdx @@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; # Obol Setup -

Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults

+

Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults

Follow these steps to set up a Distributed Validator Cluster using Obol Network and integrate it with StakeWise Vaults. diff --git a/operator-v3/alternative-key-management/dvt/ssv-setup.mdx b/operator-v3/alternative-key-management/dvt/ssv-setup.mdx index d7e4571..78c5667 100644 --- a/operator-v3/alternative-key-management/dvt/ssv-setup.mdx +++ b/operator-v3/alternative-key-management/dvt/ssv-setup.mdx @@ -1,6 +1,6 @@ # SSV Setup -

A complete guide to running StakeWise validators using SSV Network's distributed validator technology.

+

A complete guide to running StakeWise validators using SSV Network's distributed validator technology.

[SSV Network ↗](https://ssv.network) is a permissionless DVT network that provides a simple infrastructure for splitting and distributing a validator key into multiple key shares to run a validator across multiple non-trusting nodes. diff --git a/operator-v3/intro.mdx b/operator-v3/intro.mdx index b067d02..ab59b84 100644 --- a/operator-v3/intro.mdx +++ b/operator-v3/intro.mdx @@ -32,14 +32,14 @@ At the core of StakeWise are individual staking pools called [Vaults →](/docs/ borderRadius: "12px", fontSize: "14px", fontFamily: "Monaco, monospace", - boxShadow: "0 10px 30px rgba(1,137,112,0.2)", + boxShadow: "0 10px 30px rgba(var(--lavender-rgb),0.2)", lineHeight: "1.8", }} > - 🤖 Prepare Operator + 🤖 Prepare Operator 📝 Initialize Mnemonic ↓ diff --git a/operator/alternative-key-management/dvt/index.mdx b/operator/alternative-key-management/dvt/index.mdx index 1b0ec5c..3dff698 100644 --- a/operator/alternative-key-management/dvt/index.mdx +++ b/operator/alternative-key-management/dvt/index.mdx @@ -24,7 +24,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node A - Top */} -
+
Node A
@@ -33,7 +33,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node B - Right */} -
+
Node B
@@ -42,7 +42,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node C - Bottom */} -
+
Node C
@@ -51,7 +51,7 @@ StakeWise Vaults support both [Obol ↗](https://obol.org) and [SSV ↗](https:/
{/* Node D - Left */} -
+
Node D
diff --git a/operator/alternative-key-management/dvt/obol-setup.mdx b/operator/alternative-key-management/dvt/obol-setup.mdx index 48d68fe..b082936 100644 --- a/operator/alternative-key-management/dvt/obol-setup.mdx +++ b/operator/alternative-key-management/dvt/obol-setup.mdx @@ -10,7 +10,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; # Obol Setup -

Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults

+

Setting Up a Distributed Validator Cluster with Obol Network and StakeWise Vaults

Follow these steps to set up a Distributed Validator Cluster using Obol Network and integrate it with StakeWise Vaults. diff --git a/operator/alternative-key-management/dvt/ssv-setup.mdx b/operator/alternative-key-management/dvt/ssv-setup.mdx index d7e4571..78c5667 100644 --- a/operator/alternative-key-management/dvt/ssv-setup.mdx +++ b/operator/alternative-key-management/dvt/ssv-setup.mdx @@ -1,6 +1,6 @@ # SSV Setup -

A complete guide to running StakeWise validators using SSV Network's distributed validator technology.

+

A complete guide to running StakeWise validators using SSV Network's distributed validator technology.

[SSV Network ↗](https://ssv.network) is a permissionless DVT network that provides a simple infrastructure for splitting and distributing a validator key into multiple key shares to run a validator across multiple non-trusting nodes. diff --git a/operator/intro.mdx b/operator/intro.mdx index 6d1446c..5060286 100644 --- a/operator/intro.mdx +++ b/operator/intro.mdx @@ -32,14 +32,14 @@ To simplify this process, we added a new experimental feature that allows the Op borderRadius: "12px", fontSize: "14px", fontFamily: "Monaco, monospace", - boxShadow: "0 10px 30px rgba(1,137,112,0.2)", + boxShadow: "0 10px 30px rgba(var(--lavender-rgb),0.2)", lineHeight: "1.8", }} > - 🔑 Validator Keys Setup + 🔑 Validator Keys Setup 📝 Initialize Mnemonic ↓ diff --git a/package.json b/package.json index c4871c3..ec7784d 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,6 @@ }, "engines": { "node": ">=22.0" - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" } diff --git a/src/components/BrandAssets/BrandAssets.tsx b/src/components/BrandAssets/BrandAssets.tsx index 14e6b4b..81106c3 100644 --- a/src/components/BrandAssets/BrandAssets.tsx +++ b/src/components/BrandAssets/BrandAssets.tsx @@ -7,7 +7,7 @@ const BrandAssets: React.FC = () => ( href="/stakewise-brand-assets.zip" download > -
+
Download StakeWise brand assets
diff --git a/src/components/DocsSections/DocsSections.tsx b/src/components/DocsSections/DocsSections.tsx index 0afa996..9503b31 100644 --- a/src/components/DocsSections/DocsSections.tsx +++ b/src/components/DocsSections/DocsSections.tsx @@ -9,7 +9,7 @@ const DocsSections: React.FC = () => { return (
-

{siteConfig.title}

+

{siteConfig.title}

{siteConfig.tagline}

diff --git a/src/components/Tooltip/TooltipTrigger/TooltipTrigger.module.css b/src/components/Tooltip/TooltipTrigger/TooltipTrigger.module.css index 7c1312b..a72571d 100644 --- a/src/components/Tooltip/TooltipTrigger/TooltipTrigger.module.css +++ b/src/components/Tooltip/TooltipTrigger/TooltipTrigger.module.css @@ -1,18 +1,18 @@ .trigger { display: inline-flex; cursor: help; - text-decoration: underline dotted #018970; + text-decoration: underline dotted var(--lavender); text-decoration-thickness: 2px; } .trigger:hover { - color: #018970; + color: var(--lavender); } [data-theme='dark'] .trigger { - text-decoration-color: #40E9D9; + text-decoration-color: var(--lavender); } [data-theme='dark'] .trigger:hover { - color: #40E9D9; -} \ No newline at end of file + color: var(--lavender); +} diff --git a/src/components/index.ts b/src/components/index.ts index 6386557..d7c649f 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -1,6 +1,6 @@ export { default as DocsSections } from './DocsSections/DocsSections' export { default as BrandAssets } from './BrandAssets/BrandAssets' +export { default as Tooltip } from './Tooltip/Tooltip' export { default as GitHub } from './GitHub/GitHub' export { default as Links } from './Links/Links' export { default as FAQ } from './FAQ/FAQ' -export { default as Tooltip } from './Tooltip/Tooltip' diff --git a/src/css/custom.css b/src/css/custom.css index 53fa47d..b4a5025 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -2,25 +2,13 @@ @import url('https://fonts.googleapis.com/css2?family=Fragment+Mono:ital,wght@0,400;1,400&display=swap'); :root { - --coral: #018970; /* default (light) */ - --fog: #FFFFFF4D; /* fog effect */ - --ifm-color-info-dark: #018970; + --ifm-color-info-dark: #5c0189; --code: #f6f7f8; /* code background */ --docusaurus-highlighted-code-line-bg: rgba(255, 255, 0, 0.2); --grey: #666666; --blue: #e3f2fd; --ifm-navbar-height: 4.5rem; --ifm-font-family-monospace: 'Fragment Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; - --navbar-bg: #c0d4c6; /* navbar background */ -} - -html[data-theme='dark'] { - --coral: #40E9DE; - --blue: #2c3d4a; - --grey: #aaaaaa; - --fog: #FFFFFF1A; - --ifm-color-info-dark: #40E9DE; - --navbar-bg: #2b3c3f; /* navbar background */ } html { @@ -40,18 +28,15 @@ body::before { z-index: -20; width: 100%; height: 100%; - background-repeat: no-repeat; - background-position: top center; - background-size: 100% 1500px; content: ''; } html[data-theme='dark'] body::before { - background-image: linear-gradient(171.89deg, #2e4145 2.92%, #4b605a 54.05%, #23414b 85.21%); + background-image: linear-gradient(171.89deg, #211E24 0%, #3C3642 60%, #3E3947 72%, #45404f 84%, #5E576B 100%); } html[data-theme='light'] body::before { - background-image: linear-gradient(171.89deg, #c4ddd2 2.92%, #f2e5c4 55.54%, #d0ccb1 87.6%); + background-image: linear-gradient(171.89deg, #F4F1F8 0%, #F4F1F8 60%, #EEE9F6 78%, #d9d2e6 90%, #d3cbe4 100%); } html[data-theme='dark'] .alert--success { @@ -68,7 +53,7 @@ html[data-theme='dark'] .alert--warning { } .markdown a { - color: var(--coral); + color: var(--lavender); } p { @@ -173,15 +158,15 @@ html[data-theme='light'] .crystal-button-block:hover { html[data-theme='dark'] .crystal-button-block { box-shadow: 0 7px 12px 0 rgba(39, 40, 42, .35); - background: rgba(39, 40, 42, .5); - border: solid 1px rgba(39, 40, 42, .5); + background: rgba(82, 77, 87, .5); + border: solid 1px rgba(82, 77, 87, .9); } html[data-theme='dark'] .crystal-button-block:hover { transform: scale(1.05); text-decoration: none; - background: rgba(39, 40, 42, .8); - border: solid 1px rgba(39, 40, 42, .8); + background: rgba(82, 77, 87, .8); + border: solid 1px rgb(82, 77, 87); } html[data-theme='light'] .crystal-bg { @@ -192,8 +177,8 @@ html[data-theme='light'] .crystal-bg { html[data-theme='dark'] .crystal-bg { box-shadow: 0 7px 12px 0 rgba(39, 40, 42, .35); - background: rgba(39, 40, 42, .5); - border: solid 1px rgba(39, 40, 42, .5); + background: rgba(82, 77, 87, .5); + border: solid 1px rgba(82, 77, 87, .9); } .footer__link-item svg, @@ -202,12 +187,12 @@ html[data-theme='dark'] .crystal-bg { } .alert a { - text-decoration-color: var(--color-coral) !important; + text-decoration-color: var(--color-lavender) !important; } /* Force admonition links to have same styling as regular links */ .theme-admonition a { - color: var(--coral); + color: var(--lavender); text-decoration: none; } @@ -275,7 +260,7 @@ ol { hr { border: none; - border-top: 1px solid var(--coral); + border-top: 1px solid var(--lavender); } /* Customized admonitions */ @@ -295,7 +280,7 @@ hr { margin: 0; font-size: 1rem; font-weight: 600; - color: var(--coral); + color: var(--lavender); display: flex; align-items: center; gap: 0.5rem; @@ -347,11 +332,11 @@ html[data-theme='dark'] .admonition-content code { /* Customized
and elements */ details.custom-details > summary::before { - border-color: transparent transparent transparent var(--coral); + border-color: transparent transparent transparent var(--lavender); } details.custom-details > summary { - color: var(--coral); + color: var(--lavender); opacity: 0.8; } @@ -365,7 +350,7 @@ details.custom-details { } .custom-details a { - color: var(--coral); + color: var(--lavender); text-decoration: none; } @@ -377,9 +362,9 @@ details.custom-details { /* Tooltip links styling to match admonition links */ .tooltip-link { - color: var(--coral); + color: var(--lavender); text-decoration: underline; - text-decoration-color: var(--coral); + text-decoration-color: var(--lavender); } .tooltip-link:hover { diff --git a/src/css/tailwind/layers/base.css b/src/css/tailwind/layers/base.css index e35ed21..9b6030f 100644 --- a/src/css/tailwind/layers/base.css +++ b/src/css/tailwind/layers/base.css @@ -9,47 +9,58 @@ } :root[data-theme='light'] { - --moon: #00060f; + --moon: rgb(0, 6, 15); --moon-rgb: 0, 6, 15; - --coal: #27282a; + --coal: rgb(39, 40, 42); --coal-rgb: 39, 40, 42; - --coral-rgb: 1, 137, 112; - --coral: rgb(1, 137, 112); - - --ifm-navbar-link-hover-color: rgb(1, 137, 112) !important; - --ifm-breadcrumb-color-active: rgb(1, 137, 112) !important; - --ifm-tabs-color-active-border: rgb(1, 137, 112) !important; - --ifm-menu-color-active: rgb(1, 137, 112) !important; - --ifm-tabs-color-active: rgb(1, 137, 112) !important; - --ifm-color-primary: rgb(1, 137, 112) !important; + --ash: rgb(255, 255, 255); + --ash-rgb: 255, 255, 255; + --lavender-rgb: 165, 120, 216; + --lavender: rgb(165, 120, 216); + + --ifm-navbar-link-hover-color: rgb(165, 120, 216) !important; + --ifm-breadcrumb-color-active: rgb(165, 120, 216) !important; + --ifm-tabs-color-active-border: rgb(165, 120, 216) !important; + --ifm-menu-color-active: rgb(165, 120, 216) !important; + --ifm-tabs-color-active: rgb(165, 120, 216) !important; + --ifm-color-primary: rgb(165, 120, 216) !important; --ifm-color-emphasis-200: transparent !important; --ifm-card-background-color: rgba(26, 29, 28, .05) !important; --ifm-menu-color-background-hover: rgba(26, 29, 28, .05) !important; --ifm-menu-color-background-active: rgba(26, 29, 28, .05) !important; + + --fog: #fff; + --navbar-bg: #e9e7ec; } :root[data-theme='dark'] { - --moon: #ffffff; + --moon: rgb(255, 255, 255); --moon-rgb: 255, 255, 255; - --coal: #27282a; + --coal: rgb(39, 40, 42); --coal-rgb: 39, 40, 42; - --coral-rgb: 64, 233, 222; - --coral: rgb(64, 233, 222); - - --ifm-navbar-link-hover-color: rgb(64, 233, 222) !important; - --ifm-breadcrumb-color-active: rgb(64, 233, 222) !important; - --ifm-tabs-color-active-border: rgb(64, 233, 222) !important; - --ifm-menu-color-active: rgb(64, 233, 222) !important; - --ifm-tabs-color-active: rgb(64, 233, 222) !important; - --ifm-color-primary: rgb(64, 233, 222) !important; + --ash: rgb(82, 77, 87); + --ash-rgb: 82, 77, 87; + --lavender-rgb: 198, 182, 235; + --lavender: rgb(198, 182, 235); + + --ifm-color-info-dark: rgb(198, 182, 235) !important; + --ifm-navbar-link-hover-color: rgb(198, 182, 235) !important; + --ifm-breadcrumb-color-active: rgb(198, 182, 235) !important; + --ifm-tabs-color-active-border: rgb(198, 182, 235) !important; + --ifm-menu-color-active: rgb(198, 182, 235) !important; + --ifm-tabs-color-active: rgb(198, 182, 235) !important; + --ifm-color-primary: rgb(198, 182, 235) !important; --ifm-color-emphasis-200: transparent !important; --ifm-card-background-color: rgba(26, 29, 28, .2) !important; --ifm-menu-color-background-hover:rgba(26, 29, 28, .2) !important; --ifm-menu-color-background-active: rgba(26, 29, 28, .2) !important; + + --fog: rgb(82, 77, 87); /* fog effect */ + --navbar-bg: rgba(82, 77, 87, .3); } ::-moz-selection { diff --git a/src/css/tailwind/theme.css b/src/css/tailwind/theme.css index 094342d..aa17fbd 100644 --- a/src/css/tailwind/theme.css +++ b/src/css/tailwind/theme.css @@ -6,8 +6,8 @@ --color-moon-rgb: var(--moon-rgb); --color-coal: var(--coal); --color-coal-rgb: var(--coal-rgb); - --color-coral: var(--coral); - --color-coral-rgb: var(--coral-rgb); + --color-lavender: var(--lavender); + --color-lavender-rgb: var(--lavender-rgb); /* Border radius */ --radius-4: 4px;