diff --git a/docs.json b/docs.json index 0c7b33f..a1772c6 100644 --- a/docs.json +++ b/docs.json @@ -6,9 +6,15 @@ "metatags": {} }, "colors": { - "primary": "#15803D", - "light": "#07C983", - "dark": "#15803D" + "primary": "#5876F4", + "light": "#7B93F7", + "dark": "#3D5BEB" + }, + "fonts": { + "family": "Inter", + "heading": { + "family": "Space Grotesk" + } }, "favicon": "/favicon.ico", "integrations": { diff --git a/getting-started.mdx b/getting-started.mdx index 29acbd0..cb3fbda 100644 --- a/getting-started.mdx +++ b/getting-started.mdx @@ -10,7 +10,7 @@ icon: "hand-wave" **Choose where subnames live:** Subnames can be issued on Ethereum, on an L2 chain, or through an offchain service. All 3 work the same, but they differ in cost, control, and ownership. -| Model | Best for | Cost to issue | Ownership model | Trust assumptions | +| Model | Best for | Cost to issue | Ownership model | | --- | --- | --- | --- | | Offchain | High-volume onboarding and application-managed identities | No blockchain transaction | The parent-name operator manages records | | L2 (Base, Optimism) | Lower-cost NFT ownership on a supported L2 | L2 transaction and mint price | The minted subname is held by its owner |