From f7c6dd66ed9bac331d8433969778530de6ba1dc3 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Thu, 5 Sep 2024 10:14:29 -0400 Subject: [PATCH 1/2] (fix) Light mode charts fix --- pages/home/pyth-token/pyth-distribution.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/home/pyth-token/pyth-distribution.mdx b/pages/home/pyth-token/pyth-distribution.mdx index 3f4881b1..f4bdc8cb 100644 --- a/pages/home/pyth-token/pyth-distribution.mdx +++ b/pages/home/pyth-token/pyth-distribution.mdx @@ -1,5 +1,14 @@ # PYTH Distribution + + There is a total of 10,000,000,000 (10B) PYTH tokens existing. The initial circulating supply (November 2023) was 1,500,000,000 (15%) PYTH. And the remaining supply (85%) are initially locked and locked tokens will unlock 6, 18, 30 and 42 months after the initial token launch. From 7d9345e3b8ab938c392817acbce50b869d84acf7 Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Thu, 5 Sep 2024 10:27:13 -0400 Subject: [PATCH 2/2] (requested changes --- pages/home/pyth-token/pyth-distribution.mdx | 9 --------- styles/styles.css | 7 +++++++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pages/home/pyth-token/pyth-distribution.mdx b/pages/home/pyth-token/pyth-distribution.mdx index f4bdc8cb..3f4881b1 100644 --- a/pages/home/pyth-token/pyth-distribution.mdx +++ b/pages/home/pyth-token/pyth-distribution.mdx @@ -1,14 +1,5 @@ # PYTH Distribution - - There is a total of 10,000,000,000 (10B) PYTH tokens existing. The initial circulating supply (November 2023) was 1,500,000,000 (15%) PYTH. And the remaining supply (85%) are initially locked and locked tokens will unlock 6, 18, 30 and 42 months after the initial token launch. diff --git a/styles/styles.css b/styles/styles.css index 631807b7..1339a94c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -56,6 +56,13 @@ @apply p-2 font-semibold; } + img { + background-color: black; + border: 1px solid #ccc; + padding: 10px; + border-radius: 10px; + } + .api-params table { width: 100%; border-collapse: collapse;