From 75c4ecabb98730af8a983c44215e84858556e131 Mon Sep 17 00:00:00 2001 From: Aaron DeRuvo Date: Wed, 30 Oct 2019 16:16:32 -0700 Subject: [PATCH] Use a slight off white (instead of pure white) in places where lots of text is on a dark background for better legibility --- .../web/src/community/connect/CoverArea.tsx | 2 +- packages/web/src/dev/BuildPage.tsx | 20 +++++++++---------- packages/web/src/dev/CoverAction.tsx | 2 +- packages/web/src/dev/Feature.tsx | 2 +- packages/web/src/dev/StackSection.tsx | 2 +- .../web/src/fauceting/MicroComponents.tsx | 2 +- packages/web/src/styles.ts | 4 ++++ 7 files changed, 19 insertions(+), 15 deletions(-) diff --git a/packages/web/src/community/connect/CoverArea.tsx b/packages/web/src/community/connect/CoverArea.tsx index 4a96b763d05..e6bfb5235f1 100644 --- a/packages/web/src/community/connect/CoverArea.tsx +++ b/packages/web/src/community/connect/CoverArea.tsx @@ -60,7 +60,7 @@ class CoverArea extends React.PureComponent { > {t('cover.title')} - + {t('cover.joinMovement')} { buttonOne={{ title: t('installWallet'), href: CeloLinks.walletApp }} buttonTwo={{ title: t('seeCode'), href: CeloLinks.monorepo }} > -
  • {t('mobile.nonCustodial')}
  • -
  • {t('mobile.mobileUltra')}
  • -
  • {t('mobile.exchange')}
  • -
  • {t('mobile.qr')}
  • +
  • {t('mobile.nonCustodial')}
  • +
  • {t('mobile.mobileUltra')}
  • +
  • {t('mobile.exchange')}
  • +
  • {t('mobile.qr')}
  • { buttonOne={{ title: t('readMore'), href: CeloLinks.docsOverview }} buttonTwo={{ title: t('seeCode'), href: CeloLinks.monorepo }} > -
  • {t('protocol.algoReserve')}
  • -
  • {t('protocol.cryptoCollat')}
  • -
  • {t('protocol.native')}
  • +
  • {t('protocol.algoReserve')}
  • +
  • {t('protocol.cryptoCollat')}
  • +
  • {t('protocol.native')}
  • { buttonOne={{ title: t('readMore'), href: CeloLinks.docsOverview }} buttonTwo={{ title: t('seeCode'), href: CeloLinks.blockChainRepo }} > -
  • {t('proof.permissionless')}
  • -
  • {t('proof.rewardsWeighted')}
  • -
  • {t('proof.onChain')}
  • +
  • {t('proof.permissionless')}
  • +
  • {t('proof.rewardsWeighted')}
  • +
  • {t('proof.onChain')}
  • diff --git a/packages/web/src/dev/CoverAction.tsx b/packages/web/src/dev/CoverAction.tsx index e92c2162bf5..3c09933e47c 100644 --- a/packages/web/src/dev/CoverAction.tsx +++ b/packages/web/src/dev/CoverAction.tsx @@ -32,7 +32,7 @@ export default function CoverAction({ title, text, graphic, link, isMobile }: Pr {title} - {text} + {text} ) }) diff --git a/packages/web/src/dev/StackSection.tsx b/packages/web/src/dev/StackSection.tsx index 6871bd3d7f8..b033b193a08 100644 --- a/packages/web/src/dev/StackSection.tsx +++ b/packages/web/src/dev/StackSection.tsx @@ -38,7 +38,7 @@ export default withScreenSize(

    {title}

    - {text} + {text}
      {children}