From 316c06391bd6fe7f45d52974dc0616af7db89666 Mon Sep 17 00:00:00 2001 From: Roy Natian Date: Wed, 13 Sep 2023 15:43:20 -0400 Subject: [PATCH 1/4] updated main green in css --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 97683c456f..38c356b58c 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,6 +1,6 @@ /* You can override the default Infima variables here. */ :root { - --ifm-color-primary: #3aac59; + --ifm-color-primary: #5ece71; --ifm-color-primary-dark: #297e40; --ifm-color-primary-darker: #1c552b; --ifm-color-primary-darkest: #073112; From c928655b1008f0e701a72863cc1a93c7470eac69 Mon Sep 17 00:00:00 2001 From: Roy Natian Date: Wed, 13 Sep 2023 16:49:13 -0400 Subject: [PATCH 2/4] updated icon colors --- static/svg/chia-docs-icon.svg | 64 ++++++++++------------------ static/svg/chia-leaf-green.svg | 41 +++++++----------- static/svg/chia-logo.svg | 36 +++++++++------- static/svg/chiadevs-icon.svg | 21 +++++++++- static/svg/chialisp-icon.svg | 56 ++++++++----------------- static/svg/email-icon.svg | 12 +++++- static/svg/grant-icon.svg | 70 +++++++------------------------ static/svg/technical-faq-icon.svg | 43 +++++-------------- 8 files changed, 132 insertions(+), 211 deletions(-) diff --git a/static/svg/chia-docs-icon.svg b/static/svg/chia-docs-icon.svg index 53d17f30c1..9aabc62526 100644 --- a/static/svg/chia-docs-icon.svg +++ b/static/svg/chia-docs-icon.svg @@ -1,42 +1,22 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/svg/chia-leaf-green.svg b/static/svg/chia-leaf-green.svg index efeeb4e596..620ce71748 100644 --- a/static/svg/chia-leaf-green.svg +++ b/static/svg/chia-leaf-green.svg @@ -1,27 +1,14 @@ - - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/static/svg/chia-logo.svg b/static/svg/chia-logo.svg index 55f18095e7..93a2e0134c 100644 --- a/static/svg/chia-logo.svg +++ b/static/svg/chia-logo.svg @@ -1,18 +1,24 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/svg/chiadevs-icon.svg b/static/svg/chiadevs-icon.svg index b902c476f6..cd88ffd0dd 100644 --- a/static/svg/chiadevs-icon.svg +++ b/static/svg/chiadevs-icon.svg @@ -1 +1,20 @@ - \ No newline at end of file + + + + + + + + + + + \ No newline at end of file diff --git a/static/svg/chialisp-icon.svg b/static/svg/chialisp-icon.svg index 887c1b5063..5825befc5d 100644 --- a/static/svg/chialisp-icon.svg +++ b/static/svg/chialisp-icon.svg @@ -1,38 +1,18 @@ - - - - - - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/static/svg/email-icon.svg b/static/svg/email-icon.svg index 2e6365714c..8298d53865 100644 --- a/static/svg/email-icon.svg +++ b/static/svg/email-icon.svg @@ -1 +1,11 @@ - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/static/svg/grant-icon.svg b/static/svg/grant-icon.svg index 4b88ef4ec4..ad37ca5e91 100644 --- a/static/svg/grant-icon.svg +++ b/static/svg/grant-icon.svg @@ -1,55 +1,15 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/static/svg/technical-faq-icon.svg b/static/svg/technical-faq-icon.svg index e81e0da858..af0ed66b92 100644 --- a/static/svg/technical-faq-icon.svg +++ b/static/svg/technical-faq-icon.svg @@ -1,32 +1,11 @@ - - - - - - - - - + + + + + + + \ No newline at end of file From 9954f3eadd572d326d0f8355505d025901339ddb Mon Sep 17 00:00:00 2001 From: Roy Natian Date: Thu, 14 Sep 2023 16:06:36 -0400 Subject: [PATCH 3/4] fixed icon color and updated css --- src/components/HomepageFeatures.module.css | 10 ++++---- static/svg/grant-icon.svg | 30 ++++++++++++++++++---- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/src/components/HomepageFeatures.module.css b/src/components/HomepageFeatures.module.css index 296de82c9e..d92215de69 100644 --- a/src/components/HomepageFeatures.module.css +++ b/src/components/HomepageFeatures.module.css @@ -19,7 +19,7 @@ border-radius: 4px; letter-spacing: 0.03em; color: #fff; - background-color: #3aac59; + background-color: #53c371; box-sizing: border-box; height: 32px; line-height: 32px; @@ -64,12 +64,12 @@ form { } .emailInput:focus { - border-color: #3aac59; + border-color: #53c371; outline: none; } h3 { - color: #3aac59; + color: #53c371; } label { @@ -80,7 +80,7 @@ label { } #mc_embed_signup.h3 { - color: #3aac59; + color: #5ece71; } .mceResponses { @@ -108,7 +108,7 @@ div.response { } #mce-success-response { - color: #3aac59; + color: #5ece71; display: none; } diff --git a/static/svg/grant-icon.svg b/static/svg/grant-icon.svg index ad37ca5e91..6d61304d5d 100644 --- a/static/svg/grant-icon.svg +++ b/static/svg/grant-icon.svg @@ -1,15 +1,35 @@ - + + + + - - - - + + + + + + + + \ No newline at end of file From 9c463c368b66cd581627b72c5548db2215f68e04 Mon Sep 17 00:00:00 2001 From: Roy Natian Date: Thu, 14 Sep 2023 16:08:33 -0400 Subject: [PATCH 4/4] wiki wording change --- src/components/HomepageFeatures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index 90a743ca83..a64b0f33fa 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -32,7 +32,7 @@ const FeatureList = [ dest_url: 'https://github.com/Chia-Network/chia-blockchain/wiki', description: ( <> - Community-run wiki containing instructions and information about best + GitHub wiki containing instructions and information about best practices regarding setup, hardware, farming, plotting, security, timelords, and more.