Skip to content

Commit

Permalink
Polish frontpage styling
Browse files Browse the repository at this point in the history
Summary:
* Shrink the frontpage icons by half on each dimension
* Color the Getting Started button and "hero" background as suggested by Dana's figma

Reviewed By: talgalili

Differential Revision: D41416312

fbshipit-source-id: f7da723d76692b14043f6c495cafcc7100b5f3d1
  • Loading branch information
Steve Mandala authored and facebook-github-bot committed Nov 19, 2022
1 parent f5a2105 commit 8af189c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
}

.featureSvg {
height: 200px;
width: 200px;
height: 100px;
width: 100px;
}
8 changes: 8 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@
html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}

.button {
--ifm-button-background-color: #B9B4FF;
}

.hero {
--ifm-hero-background-color:#EEEDFD;
}

0 comments on commit 8af189c

Please sign in to comment.