From 2b8edb18b37c985d184373bdccd4a43b5054447e Mon Sep 17 00:00:00 2001 From: Claudio Procida Date: Mon, 20 Jul 2020 18:07:35 -0700 Subject: [PATCH] style(website): Removes desaturation (#2504) 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 Screen Shot 2020-07-18 at 12 23 03 PM ## After Screen Shot 2020-07-18 at 12 22 53 PM Pull Request resolved: https://github.com/facebook/draft-js/pull/2504 Reviewed By: mrkev Differential Revision: D22617216 Pulled By: claudiopro fbshipit-source-id: fc5c8622814bb6d890bd133edbf4a4a4095079fe --- website/src/css/custom.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 301f193877..3d113822b3 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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; }