Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
style(website): Removes desaturation (#2504)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Removes the desaturation applied to the Draft.js website and restores its original color

**Test Plan**

Manual tests with `cd website && yarn start`

## Before
<img width="1392" alt="Screen Shot 2020-07-18 at 12 23 03 PM" src="https://user-images.githubusercontent.com/860099/87850561-742cfb80-c8f1-11ea-80d0-fcbbfd5e13ff.png">

## After
<img width="1392" alt="Screen Shot 2020-07-18 at 12 22 53 PM" src="https://user-images.githubusercontent.com/860099/87850564-78591900-c8f1-11ea-85f3-855d8de491f5.png">

Pull Request resolved: #2504

Reviewed By: mrkev

Differential Revision: D22617216

Pulled By: claudiopro

fbshipit-source-id: fc5c8622814bb6d890bd133edbf4a4a4095079fe
  • Loading branch information
Claudio Procida authored and facebook-github-bot committed Jul 21, 2020
1 parent 744a419 commit 2b8edb1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions website/src/css/custom.css
Expand Up @@ -16,22 +16,6 @@
--ifm-code-font-size: 95%;
}

.navbar {
filter: grayscale(100%);
}

.menu {
filter: grayscale(100%);
}

.hero {
filter: grayscale(100%);
}

.container {
filter: grayscale(100%);
}

.main-wrapper a:link:not(.button) {
text-decoration: underline;
}

0 comments on commit 2b8edb1

Please sign in to comment.