Skip to content

Commit

Permalink
Merge pull request #386 from Chia-Network/color-update
Browse files Browse the repository at this point in the history
  • Loading branch information
roybotbot committed Sep 27, 2023
2 parents 702ba61 + 9c463c3 commit 49a1483
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 218 deletions.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
Expand Down
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -64,12 +64,12 @@ form {
}

.emailInput:focus {
border-color: #3aac59;
border-color: #53c371;
outline: none;
}

h3 {
color: #3aac59;
color: #53c371;
}

label {
Expand All @@ -80,7 +80,7 @@ label {
}

#mc_embed_signup.h3 {
color: #3aac59;
color: #5ece71;
}

.mceResponses {
Expand Down Expand Up @@ -108,7 +108,7 @@ div.response {
}

#mce-success-response {
color: #3aac59;
color: #5ece71;
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
64 changes: 22 additions & 42 deletions static/svg/chia-docs-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 14 additions & 27 deletions static/svg/chia-leaf-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 21 additions & 15 deletions static/svg/chia-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 49a1483

Please sign in to comment.